Change address in the config.py
server_bind_addr = ("0.0.0.0", 3030)
local_bind_addr = ("127.0.0.1", 7070)
server_proxy_addr = ("your_remote_proxy_ip", server_bind_addr[1])
Change the encode function in the config.py, change ^200 to another value(0~255). Or your can change the encrypt arithmetic, such as ^20^30
./local.py
./server.py
Select hostname, port and sock5 type.
Then end.