diff options
-rw-r--r-- | templates-cfg/service/nat/rule/node.tag/destination/port/node.def | 2 | ||||
-rw-r--r-- | templates-cfg/service/nat/rule/node.tag/source/port/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def index 7ab72d4..7505487 100644 --- a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def @@ -6,6 +6,6 @@ val_help: <port name> ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005) -comp_help: Destination port(s) can be specified as a comma-separated list. +comp_help: Multiple destination ports can be specified as a comma-separated list. The whole list can also be "negated" using '!'. For example: '!22,telnet,http,123,1001-1005' diff --git a/templates-cfg/service/nat/rule/node.tag/source/port/node.def b/templates-cfg/service/nat/rule/node.tag/source/port/node.def index e81ea53..d0e9de6 100644 --- a/templates-cfg/service/nat/rule/node.tag/source/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/source/port/node.def @@ -6,6 +6,6 @@ val_help: <port name> ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005) -comp_help: Source port(s) can be specified as a comma-separated list. +comp_help: Multiple source ports can be specified as a comma-separated list. The whole list can also be "negated" using '!'. For example: '!22,telnet,http,123,1001-1005' |