X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dc1a20a0201bcee63c85ab2ee6e718b026c65c8b..f67f1954fb20ab83cc5e7265ba70c49fb1a82061:/package/firewall/files/firewall.config diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 50a92f71e..7904cedb8 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -3,6 +3,8 @@ config defaults option input ACCEPT option output ACCEPT option forward REJECT +# Uncomment this line to disable ipv6 rules +# option disable_ipv6 1 config zone option name lan @@ -29,6 +31,14 @@ config rule option proto udp option dest_port 68 option target ACCEPT + option family ipv4 + +#Allow ping +config rule + option src wan + option proto icmp + option icmp_type echo-request + option target ACCEPT # include a file with users custom iptables rules config include