diff --git a/src/common/socks5.py b/src/common/socks5.py index 504726a2b..8d252b044 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -120,7 +120,7 @@ class SocksQueue: # Remove local IPs to not connect to ourself for streamhost in file_props.streamhosts: if streamhost['host'] == '127.0.0.1' or \ - streamhost['host'] == '::1' + streamhost['host'] == '::1': continue streamhosts_to_test.append(streamhost) if not streamhosts_to_test: