dotfiles/dot_local/bin/executable_vpn-port-forwarding
punkfairie 7f69869040
Update .config/packages/archgirlie
Add .local/bin/vpn-port-forwarding
2024-06-08 12:53:24 -07:00

10 lines
189 B
Bash

#!/usr/bin/env bash
while true; do
date
natpmpc -a 1 0 udp 60 -g 10.96.0.1 && natpmpc -a 1 0 tcp 60 -g 10.96.0.1 || {
echo -e "ERROR with natpmpc command \a"
break
}
sleep 45
done