From 517ad86c546a9128b1ab01c457ef7556c82ffca5 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Wed, 26 Feb 2025 11:53:39 -0600 Subject: [PATCH] Remove TCP --- shell/natpmpcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/natpmpcd b/shell/natpmpcd index c612a52..8cd3c9a 100755 --- a/shell/natpmpcd +++ b/shell/natpmpcd @@ -1,7 +1,7 @@ #!/bin/sh while true; do - if ! natpmpc -a 1 0 udp 60 -g 10.2.0.1 && natpmpc -a 1 0 tcp 60 -g 10.2.0.1; then + if ! natpmpc -a 1 0 udp 60 -g 10.2.0.1; then echo "ERROR with natpmpc command" break fi