admin-scripts/shell/natpmpcd
2025-02-26 11:53:39 -06:00

10 lines
156 B
Bash
Executable File

#!/bin/sh
while true; do
if ! natpmpc -a 1 0 udp 60 -g 10.2.0.1; then
echo "ERROR with natpmpc command"
break
fi
sleep 45
done