natmap: add new package
authorRichard Yu <yurichard3839@gmail.com>
Mon, 5 Dec 2022 08:03:51 +0000 (16:03 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 6 Dec 2022 16:12:32 +0000 (17:12 +0100)
commitec2fbd57eeccc47ef33eba17a500a0f269454db3
tree56474952645db8ecbbf764bff880c26a46b8b89d
parentf6a68877618453a1e8430c6b4dce78f99f8f7dd8
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>
(cherry picked from commit e691a25cb3398b83bedc9581ef119382760cfacc)
net/natmap/Makefile [new file with mode: 0644]
net/natmap/files/natmap-update.sh [new file with mode: 0644]
net/natmap/files/natmap.config [new file with mode: 0644]
net/natmap/files/natmap.init [new file with mode: 0644]
net/natmap/test.sh [new file with mode: 0755]