FF-Wizard: Accept ICMP by default
This commit is contained in:
parent
a498bb51a8
commit
740c4bec4b
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ config public community
|
|||
option name 'Freifunk'
|
||||
option homepage 'http://freifunk.net'
|
||||
|
||||
config fw_rule icmp
|
||||
option src freifunk
|
||||
option target ACCEPT
|
||||
option proto icmp
|
||||
|
||||
config fw_rule http
|
||||
option src freifunk
|
||||
option target ACCEPT
|
||||
|
|
Loading…
Reference in a new issue