From e5d1777fc70d1b73c279f23ef92f1acc7c56c637 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Sun, 23 Mar 2025 12:07:55 -0500 Subject: [PATCH] Print port number to txt file --- shell/natpmpcd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/natpmpcd b/shell/natpmpcd index fe5a290..83114bb 100755 --- a/shell/natpmpcd +++ b/shell/natpmpcd @@ -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 || {