mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-08 02:27:27 +02:00
client now listens on a socket and gets SO_ORIGINAL_DST correctly.
This commit is contained in:
6
helpers.py
Normal file
6
helpers.py
Normal file
@ -0,0 +1,6 @@
|
||||
import sys, os
|
||||
|
||||
def log(s):
|
||||
sys.stdout.flush()
|
||||
sys.stderr.write(s)
|
||||
sys.stderr.flush()
|
Reference in New Issue
Block a user