|
|
|
@ -333,9 +333,7 @@ def build_config(_config_file):
|
|
|
|
'TG1_ACL': config.get(section, 'TGID_ACL'),
|
|
|
|
'TG1_ACL': config.get(section, 'TGID_ACL'),
|
|
|
|
'TG2_ACL': 'PERMIT:ALL',
|
|
|
|
'TG2_ACL': 'PERMIT:ALL',
|
|
|
|
'RELAX_CHECKS': config.getboolean(section, 'RELAX_CHECKS'),
|
|
|
|
'RELAX_CHECKS': config.getboolean(section, 'RELAX_CHECKS'),
|
|
|
|
'ENHANCED_OBP': config.getboolean(section, 'ENHANCED_OBP'),
|
|
|
|
'ENHANCED_OBP': config.getboolean(section, 'ENHANCED_OBP')
|
|
|
|
'ENCRYPTION_KEY': bytes(config.get(section, 'ENCRYPTION_KEY'), 'utf-8'),
|
|
|
|
|
|
|
|
'ENCRYPT_ALL_TRAFFIC': config.getboolean(section, 'ENCRYPT_ALL_TRAFFIC'),
|
|
|
|
|
|
|
|
}})
|
|
|
|
}})
|
|
|
|
|
|
|
|
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
|