diff --git a/gestion/config.py b/gestion/config.py index 5fa05a5e..6063b6c7 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -453,14 +453,18 @@ mid = { role = { 'komaz' : ['main-router'], 'sable' : ['main-proxy'], 'titanic' : ['appt-proxy', 'failover-proxy'], - 'gordon' : ['wifi-router'] + 'gordon' : ['wifi-router'], + 'zamok' : ['adherents-server'] } filter_policy = { 'komaz' : { 'policy_input' : 'ACCEPT', 'policy_forward' : 'DROP', 'policy_output' : 'ACCEPT' }, - + 'zamok' : { 'policy_input' : 'ACCEPT', + 'policy_forward' : 'DROP', + 'policy_output' : 'ACCEPT' + }, 'default' : { 'policy_input' : 'ACCEPT', 'policy_forward' : 'ACCEPT', 'policy_output' : 'ACCEPT'