Line 478: |
Line 478: |
| | | |
| db configuration setprop <servicename> TCPPort <portnumber> | | db configuration setprop <servicename> TCPPort <portnumber> |
| + | db configuration setprop <servicename> TCPPorts <portnumbers> |
| db configuration setprop <servicename> UDPPort <portnumber> | | db configuration setprop <servicename> UDPPort <portnumber> |
| + | db configuration setprop <servicename> UDPPorts <portnumbers> |
| db configuration setprop <servicename> status enabled|disabled | | db configuration setprop <servicename> status enabled|disabled |
| db configuration setprop <servicename> access public|private | | db configuration setprop <servicename> access public|private |
Line 497: |
Line 499: |
| | --proto tcp --dport <Ports> | | | --proto tcp --dport <Ports> |
| |Pre-configured for default services; no default for custom services | | |Pre-configured for default services; no default for custom services |
| + | |- |
| + | |TCPPorts |
| + | | --proto tcp --dports <Ports> |
| + | |No default for custom services; Ranges of ports are defined with a : not a - |
| |- | | |- |
| |UDPPort | | |UDPPort |
| | --proto udp --dport <Ports> | | | --proto udp --dport <Ports> |
| |Pre-configured for default services; no default for custom services | | |Pre-configured for default services; no default for custom services |
| + | |- |
| + | |UDPPorts |
| + | | --proto udp --dports <Ports> |
| + | |No default for custom services; Ranges of ports are defined with a : not a - |
| |- | | |- |
| |status | | |status |
Line 518: |
Line 528: |
| |Pre-configured for default services; no default for custom services. If 'DenyHosts' is empty or does not exist then there are no '... --jump denylog' entries created in /etc/init.d/masq. | | |Pre-configured for default services; no default for custom services. If 'DenyHosts' is empty or does not exist then there are no '... --jump denylog' entries created in /etc/init.d/masq. |
| |} | | |} |
− |
| |
| | | |
| ==== SpamAssasin ==== | | ==== SpamAssasin ==== |