packages/net/natmap/files/natmap.config
Richard Yu cd51b58efd
natmap: add forward_port option
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>
2022-12-21 17:50:18 +08:00

13 lines
287 B
Text

config natmap
option enable '0'
option family ''
option udp_mode '1'
option interface ''
option interval ''
option stun_server 'stun.stunprotocol.org'
option http_server 'example.com'
option port '8080'
option forward_target ''
option forward_port ''
option notify_script ''