aredn: allow wan ping (#544)

fixes: #509
This commit is contained in:
Joe AE6XE 2020-06-24 21:08:06 -05:00 committed by GitHub
parent c98916ad1a
commit 7b3f205ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -105,6 +105,14 @@ config rule
option proto tcp
option target ACCEPT
config rule
option name Allow-Ping
option src wan
option proto icmp
option icmp_type echo-request
option family ipv4
option target ACCEPT
config rule
option src wifi
option dest_port 2222

View File

@ -56,6 +56,14 @@ config rule
option proto tcp
option target ACCEPT
config rule
option name Allow-Ping
option src wan
option proto icmp
option icmp_type echo-request
option family ipv4
option target ACCEPT
config rule
option src wifi
option dest_port 2222