File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/chapters/subcommands Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ The ``rdr`` command includes 4 additional options:
34
34
35
35
.. code-block :: shell
36
36
37
- -i | --interface [interface ] Set the interface to create the rdr rule on . Useful if you have multiple interfaces .
38
- -s | --source [source ] Limit rdr to a source IP or table . Useful to only allow access from certain sources .
39
- -d | --destination [destination ] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface .
40
- -t | --type [ipv4| ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
37
+ -d | --destination [destination ] Limit rdr to a destination IP . Useful if you have multiple IPs on one interface .
38
+ -i | --interface [interface ] Set the interface to create the rdr rule on . Useful if you have multiple interfaces .
39
+ -s | --source [source ] Limit rdr to a source IP or table . Useful to only allow access from certain sources .
40
+ -t | --type [ipv4| ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
41
41
42
42
.. code-block:: shell
43
43
@@ -78,8 +78,8 @@ name instead of an IP address or subnet.
78
78
79
79
Options:
80
80
81
+ -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
81
82
-i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces.
82
83
-s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources.
83
- -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
84
84
-t | --type [ipv4| ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
85
85
-x | --debug Enable debug mode.
You can’t perform that action at this time.
0 commit comments