index — dotfiles @ 8a3fab48c41d4d85f45f74b5a0806bf387cf515c

my dotfiles

bin/port-forwarding (view raw)

 1
 2
 3
#!/usr/bin/env bash

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 || { echo -e "ERROR with natpmpc command \a" ; break ; } ; sleep 45 ; done