Merge branch 'tasket-tasket02'

This commit is contained in:
Andrew David Wong 2018-07-01 19:10:34 -05:00
commit a470ac0249
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -212,6 +212,8 @@ It has been tested with Fedora 23 and Debian 8 templates.
# (in case the vpn tunnel breaks):
iptables -I FORWARD -o eth0 -j DROP
iptables -I FORWARD -i eth0 -j DROP
ip6tables -I FORWARD -o eth0 -j DROP
ip6tables -I FORWARD -i eth0 -j DROP
# Block all outgoing traffic
iptables -P OUTPUT DROP