Skip to content

Commit c6446af

Browse files
committed
5.5.9 add proxy handle error detail log.
1 parent 27f6c58 commit c6446af

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

code/default/smart_router/local/gfw_black_list.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,6 +3433,7 @@ piraattilahti.org
34333433
piring.com
34343434
pixelqi.com
34353435
pixiv.net
3436+
pixiv.org
34363437
pixnet.net
34373438
pk.com
34383439
placemix.com
@@ -3552,6 +3553,7 @@ putlocker.com
35523553
putty.org
35533554
puuko.com
35543555
pwned.com
3556+
pximg.net
35553557
python.com
35563558
python.com.tw
35573559
pythonhackers.com

code/default/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.8
1+
5.5.9

code/default/x_tunnel/local/proxy_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def handle(self):
6262
return
6363

6464
except socket.error as e:
65-
xlog.debug('socks handler read error %r', e)
65+
xlog.exception('socks handler read error %r', e)
6666
self.connection.close()
6767
return
6868
except Exception as e:

0 commit comments

Comments
 (0)