Skip to content

Commit

Permalink
5.5.9 add proxy handle error detail log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Aug 11, 2023
1 parent 27f6c58 commit c6446af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions code/default/smart_router/local/gfw_black_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3433,6 +3433,7 @@ piraattilahti.org
piring.com
pixelqi.com
pixiv.net
pixiv.org
pixnet.net
pk.com
placemix.com
Expand Down Expand Up @@ -3552,6 +3553,7 @@ putlocker.com
putty.org
puuko.com
pwned.com
pximg.net
python.com
python.com.tw
pythonhackers.com
Expand Down
2 changes: 1 addition & 1 deletion code/default/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.8
5.5.9
2 changes: 1 addition & 1 deletion code/default/x_tunnel/local/proxy_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def handle(self):
return

except socket.error as e:
xlog.debug('socks handler read error %r', e)
xlog.exception('socks handler read error %r', e)
self.connection.close()
return
except Exception as e:
Expand Down

0 comments on commit c6446af

Please sign in to comment.