aboutsummaryrefslogtreecommitdiff
path: root/net/natmap/files/natmap.init
Commit message (Collapse)AuthorAge
* natmap: add log_std{out,err} optionsRay Wang2024-04-24
| | | | | | Introduce `log_stdout` and `log_stderr` options for managing logging output. Signed-off-by: Ray Wang <r@hev.cc>
* natmap: fix service not stopped when disabled in luciRichard Yu2022-12-26
| | | | | | | luci removes `enable` option when disabled, fix by setting default value to 0. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* 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>