diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 22:38:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 22:38:34 +0000 |
commit | 97100e0248e722aed43925177a12f2d3ab7a7753 (patch) | |
tree | 5b4549b26ddab96e1a665bdb71050d45603b184b /package/firewall/files/firewall.config | |
parent | a03e00bbcf314d731bf0df5ff1f43122c4968711 (diff) | |
download | mtk-20170518-97100e0248e722aed43925177a12f2d3ab7a7753.zip mtk-20170518-97100e0248e722aed43925177a12f2d3ab7a7753.tar.gz mtk-20170518-97100e0248e722aed43925177a12f2d3ab7a7753.tar.bz2 |
firewall: enable /etc/firewall.user by default and install sample firewall.user file
SVN-Revision: 15221
Diffstat (limited to 'package/firewall/files/firewall.config')
-rw-r--r--[-rwxr-xr-x] | package/firewall/files/firewall.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 46f7de5..464540f 100755..100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -22,6 +22,10 @@ config forwarding option dest wan option mtu_fix 1 +# include a file with users custom iptables rules +config include + option path /etc/firewall.user + ### EXAMPLE CONFIG SECTIONS # do not allow a specific ip to access wan @@ -53,10 +57,6 @@ config forwarding # option dest_port 80 # option proto tcp -# include a file with users custom iptables rules -#config include -# option path /etc/firewall.user - ### FULL CONFIG SECTIONS #config rule |