FF-Wizard: Accept ICMP by default

This commit is contained in:
Steven Barth 2009-01-25 19:56:58 +00:00
parent a498bb51a8
commit 740c4bec4b

View file

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