Skip to content

Commit

Permalink
remove requirement for ns lookup over lan
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Aug 9, 2017
1 parent 1208a41 commit fa9910d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions run/root/iptable.sh
Expand Up @@ -138,9 +138,6 @@ for lan_network_item in "${lan_network_list[@]}"; do

done

# accept input dns lookup
iptables -A INPUT -p udp --sport 53 -j ACCEPT

# accept input icmp (ping)
iptables -A INPUT -p icmp --icmp-type echo-reply -j ACCEPT

Expand Down Expand Up @@ -218,9 +215,6 @@ for lan_network_item in "${lan_network_list[@]}"; do

done

# accept output for dns lookup
iptables -A OUTPUT -p udp --dport 53 -j ACCEPT

# accept output for icmp (ping)
iptables -A OUTPUT -p icmp --icmp-type echo-request -j ACCEPT

Expand Down

0 comments on commit fa9910d

Please sign in to comment.