aboutsummaryrefslogtreecommitdiff
path: root/net/natmap
Commit message (Collapse)AuthorAge
* natmap: add forward_port optionRichard Yu2022-12-21
| | | | | | | The bind port (-b) can be used with forward port (-p), so expose this option in config file. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* natmap: merge "ipv4" and "ipv6" options into single "family" optionRichard Yu2022-12-07
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* natmap: add new packageRichard Yu2022-12-05
NATMap is a program for opening port behind full cone NAT (NAT-1), without the need for using UPnP or another port forward settings. More details can be found at original repo: https://github.com/heiher/natmap Signed-off-by: Richard Yu <yurichard3839@gmail.com>