1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Comment points to iptables docs

This commit is contained in:
A Holt 2019-05-21 03:09:58 -04:00 committed by GitHub
parent 071d5987b7
commit 68676ef444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,9 @@ $IPTABLES -F
$IPTABLES -t nat -F
$IPTABLES -X
# First Match Wins - establish iptable rules, starting at the top:
# (you can verify the resulting rule set by running 'iptables -L -v')
# FIRST MATCH WINS - establish iptable rules, starting at the top:
# (verify the resulting rule set by running 'iptables -L -v')
# New to iptables? Run/read 'man iptables' & 'man iptables-extensions'
# Always accept loopback traffic
$IPTABLES -A INPUT -i lo -j ACCEPT