natmap: add new package 19998/head
authorRichard Yu <yurichard3839@gmail.com>
Mon, 5 Dec 2022 08:03:51 +0000 (16:03 +0800)
committerRichard Yu <yurichard3839@gmail.com>
Mon, 5 Dec 2022 08:03:51 +0000 (16:03 +0800)
commite691a25cb3398b83bedc9581ef119382760cfacc
treeccf8428f9036797b6a70d974f5234b7a59e93924
parentb41a0152371202e951115b49c22ebf30e67f1850
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>
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]