@ -24,6 +24,7 @@ headers = {
lock = threading.Lock() # 多线程全局资源锁
total = 1
address = '127.0.0.1:1080'
# proxies = {"http": "socks5://{0}".format(address), "https": "socks5://{0}".format(address)}
@ -1,3 +1,2 @@
#!/usr/bin/env bash
nohup sslocal -s 45.62.118.55 -p 50008 -k 8Ml9e1zR -l 1080 -m chacha20-ietf-poly1305 &
python3 manage.py runserver 0.0.0.0:8000