gw-core01: reenable traffic laundering for the public wifi

Fixes: 6297531dfd
This commit is contained in:
Gregor Michels 2022-10-19 01:47:30 +02:00
parent 6297531dfd
commit 466fefeb8d
1 changed files with 3 additions and 3 deletions

View File

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