X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/10548008244fa1a7b13c623ec18c5e73a83dc83a..326a9590d17b63c4a0c70ce9d91f5b7aef00e12f:/package/firewall/files/firewall.config?ds=sidebyside diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index b4aa4595d..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,7 @@ config rule option proto udp option dest_port 68 option target ACCEPT + option family ipv4 #Allow ping config rule