Remove TCP
This commit is contained in:
parent
65c79b28bb
commit
517ad86c54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user