mirror of https://github.com/aredn/aredn.git
Open firewall to port 23 on WIFI in config=mesh
ref ticket: #2 Open firewall to allow telnet to the routers WIFI interface in mesh mode. closes #2
This commit is contained in:
parent
c1bfe4dd19
commit
32f107648a
|
@ -94,3 +94,9 @@ config rule
|
||||||
option proto tcp
|
option proto tcp
|
||||||
option target ACCEPT
|
option target ACCEPT
|
||||||
|
|
||||||
|
config rule
|
||||||
|
option src wifi
|
||||||
|
option dest_port 23
|
||||||
|
option proto tcp
|
||||||
|
option target ACCEPT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue