|
|
@@ -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
|