update
This commit is contained in:
parent
fb7af45d53
commit
b9e59e5761
1 changed files with 0 additions and 1 deletions
|
@ -319,7 +319,6 @@ def get_config(is_local):
|
||||||
config['tunnel_port'] = config.get('tunnel_port', 53)
|
config['tunnel_port'] = config.get('tunnel_port', 53)
|
||||||
config['dns_server'] = config.get('dns_server', None)
|
config['dns_server'] = config.get('dns_server', None)
|
||||||
|
|
||||||
|
|
||||||
logging.getLogger('').handlers = []
|
logging.getLogger('').handlers = []
|
||||||
logging.addLevelName(VERBOSE_LEVEL, 'VERBOSE')
|
logging.addLevelName(VERBOSE_LEVEL, 'VERBOSE')
|
||||||
if config['verbose'] >= 2:
|
if config['verbose'] >= 2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue