gw-core01: temporarily disable traffic laundering for the public wifi

because the vpn connection stopped handshaking yesterday
This commit is contained in:
Gregor Michels 2022-10-18 12:58:19 +02:00
parent bb9f502eb9
commit 6297531dfd
1 changed files with 3 additions and 0 deletions

View File

@ -121,13 +121,16 @@ config rule
option dest '10.84.1.0/24'
option lookup 'main'
option priority 49
option disabled '1'
config rule
option in 'clients'
option lookup 'launder'
option priority 50
option disabled '1'
config rule
option in 'clients'
option action prohibit
option priority 51
option disabled '1'