Commit | Line | Data |
---|---|---|
a4f661fc | 1 | #!/bin/bash |
86d37066 | 2 | cd /root/bin/ |
c2a7f3a6 | 3 | #you have to provide hosts file (prometheus syntax) to these scripts |
330e1bd3 | 4 | #/root/bin/updatehosts |
86d37066 | 5 | /root/bin/make-pimp |
6 | /root/bin/make-iptables-restore | |
330e1bd3 | 7 | #our firewall is configured before restoring iptables nat table |
8 | #/etc/network/setnet | |
9 | echo -n "Running iptables restore ... " | |
10 | /sbin/iptables-restore < /mnt/mtdblock0/iptables-restore.in | |
11 | echo "done." |