mirror of https://github.com/aredn/aredn.git
Protect from ssh over wifi in mesh
Block the built-in SSH server from connections on the mesh interface to comply with FCC Part 97 see ticket #2
This commit is contained in:
parent
b948d97423
commit
2d73802aaa
|
@ -71,7 +71,7 @@ config rule
|
||||||
option src wifi
|
option src wifi
|
||||||
option dest_port 2222
|
option dest_port 2222
|
||||||
option proto tcp
|
option proto tcp
|
||||||
option target ACCEPT
|
option target REJECT
|
||||||
|
|
||||||
config rule
|
config rule
|
||||||
option src wifi
|
option src wifi
|
||||||
|
|
Loading…
Reference in New Issue