add obfs_param

catch TCP&UDP exceptions
verify_simple&verify_deflate support sub obfs
This commit is contained in:
breakwa11 2015-10-20 16:25:06 +08:00
parent c73127d858
commit 612c1e2ab3
9 changed files with 154 additions and 31 deletions

View file

@ -22,7 +22,7 @@ class MainThread(threading.Thread):
def main():
shell.check_python()
if len(sys.argv) <= 3:
if True:
db_transfer.DbTransfer.thread_db()
else:
thread = MainThread()