comment out debug in proxy for now

kf7eel-inc
Simon 4 years ago
parent a0724511e2
commit db23d4fbb1
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -220,8 +220,8 @@ if __name__ == '__main__':
#Override static config from Environment
if 'FDPROXY_STATS' in os.environ:
Stats = bool(os.environ['FDPROXY_STATS'])
if 'FDPROXY_DEBUG' in os.environ:
Debug = bool(os.environ['FDPROXY_DEBUG'])
#if 'FDPROXY_DEBUG' in os.environ:
# Debug = bool(os.environ['FDPROXY_DEBUG'])
if 'FDPROXY_CLIENTINFO' in os.environ:
ClientInfo = bool(os.environ['FDPROXY_CLIENTINFO'])
if 'FDPROXY_LISTENPORT' in os.environ:

Loading…
Cancel
Save

Powered by TurnKey Linux.