add License

This commit is contained in:
破娃酱 2016-10-11 16:05:03 +08:00
parent 249b7fd73f
commit 5345c66abe
2 changed files with 18 additions and 2 deletions

View file

@ -45,7 +45,6 @@ class ServerPool(object):
def __init__(self):
shell.check_python()
self.config = shell.get_config(False)
shell.print_shadowsocks()
self.dns_resolver = asyncdns.DNSResolver()
if not self.config.get('dns_ipv6', False):
asyncdns.IPV6_CONNECTION_SUPPORT = False