projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add md5sum of kernel
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.config
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index
50a92f7
..
7904ced
100644
(file)
--- 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
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
config zone
option name lan
@@
-29,6
+31,14
@@
config rule
option proto udp
option dest_port 68
option target ACCEPT
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
# include a file with users custom iptables rules
config include
This page took
0.025618 seconds
and
4
git commands to generate.