Print port number to txt file

This commit is contained in:
Jeffrey Serio 2025-03-23 12:07:55 -05:00
parent 07213c2268
commit e5d1777fc7

View File

@ -1,5 +1,8 @@
#!/bin/sh
PORT=$(natpmpc -a 1 0 udp 60 -g 10.2.0.1 | awk '/Mapped public/ {print $4}')
echo "$PORT" | tee /usr/local/etc/natvpn_port.txt
while true; do
date
natpmpc -a 1 0 udp 60 -g 10.2.0.1 && natpmpc -a 1 0 tcp 60 -g 10.2.0.1 || {