mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Document BetweenClients_DROP
This commit is contained in:
parent
1a004e7c4b
commit
66da491b03
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@ unattended_reboot:
|
||||||
enabled: false
|
enabled: false
|
||||||
time: 06:00
|
time: 06:00
|
||||||
|
|
||||||
# Block traffic between connected clients
|
# Block traffic between connected clients. Change this to false to enable
|
||||||
|
# connected clients to reach each other, as well as other computers on the
|
||||||
|
# same LAN as your Algo server (i.e. the "road warrior" setup). In this
|
||||||
|
# case, you may also want to enable SMB/CIFS and NETBIOS traffic below.
|
||||||
BetweenClients_DROP: true
|
BetweenClients_DROP: true
|
||||||
|
|
||||||
# Block SMB/CIFS traffic
|
# Block SMB/CIFS traffic
|
||||||
|
|
Loading…
Add table
Reference in a new issue