Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoBornholdt committed Dec 10, 2023
1 parent c7db9c8 commit fbab83e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ $ ./nat.py --mapping port_dependent \
```bash
$ ./nat.py --help
usage: nat.py [-h] [--mapping {endpoint_independent,host_dependent,port_dependent}] [--allocation {port_preservation,port_contiguity,random}] [--filtering {endpoint_independent,host_dependent,port_dependent}] [--lan-subnet LAN_SUBNET]
[--wan-address WAN_ADDRESS] [--queue QUEUE]
[--wan-address WAN_ADDRESS] [--queue QUEUE] [-v]

options:
python-based network address translator with configurable mapping, allocation, and filtering behavior for Netfilter NFQUEUE

optional arguments:
-h, --help show this help message and exit
--mapping {endpoint_independent,host_dependent,port_dependent}
new mapping creation policy
Expand All @@ -102,6 +104,7 @@ options:
--wan-address WAN_ADDRESS
public IP address
--queue QUEUE queue number for Netfilter
-v, --verbose Increase output verbosity
```
## License
Expand Down

0 comments on commit fbab83e

Please sign in to comment.