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>
3 lines
33 B
Bash
Executable file
3 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
|
|
"$1" 2>&1 | grep "$2"
|