X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1fa1f8e7d8a80c2fc893dd7c104a4977a30d3004..d3556a2eb0354288fe87542e575f15e00804a605:/package/firewall/files/firewall.config?ds=sidebyside diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 8ac904955..46f7de5d7 100755 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -1,6 +1,6 @@ config defaults option syn_flood 1 - option input REJECT + option input ACCEPT option output ACCEPT option forward REJECT @@ -20,6 +20,7 @@ config zone config forwarding option src lan option dest wan + option mtu_fix 1 ### EXAMPLE CONFIG SECTIONS