mirror of https://github.com/aredn/aredn.git
parent
c98916ad1a
commit
7b3f205ffb
|
@ -105,6 +105,14 @@ config rule
|
||||||
option proto tcp
|
option proto tcp
|
||||||
option target ACCEPT
|
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
|
config rule
|
||||||
option src wifi
|
option src wifi
|
||||||
option dest_port 2222
|
option dest_port 2222
|
||||||
|
|
|
@ -56,6 +56,14 @@ config rule
|
||||||
option proto tcp
|
option proto tcp
|
||||||
option target ACCEPT
|
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
|
config rule
|
||||||
option src wifi
|
option src wifi
|
||||||
option dest_port 2222
|
option dest_port 2222
|
||||||
|
|
Loading…
Reference in New Issue