packages/net/natmap/files/natmap.config
Richard Yu e691a25cb3
natmap: add new package
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>
2022-12-05 16:03:51 +08:00

13 lines
279 B
Text

config natmap
option enable '0'
option ipv4 '0'
option ipv6 '0'
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 notify_script ''