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:
parent
071d5987b7
commit
68676ef444
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue