TyrantLucifer / ssr-command-client

:airplane:The commend client of ssr based Python3
Apache License 2.0
979 stars 240 forks source link

Why did it show that "127.0.0.1:1080" refused to be connected after I export ALL_PROXY=socks5://127.0.0.1:1080 #8

Closed gaohuiguo88 closed 4 years ago

gaohuiguo88 commented 4 years ago

image As the image shows the operation I have done, I am still able to visit the website in China but fail to visit some websites like google or youtube. I am confused and hope to find the solution to this problem. Thank you.

TyrantLucifer commented 4 years ago

You should use python3 main.py -S to stop proxy and use python3 main.py -s to restart proxy. This error seems that proxy is not work successfully

gaohuiguo88 commented 4 years ago

image Thanks! Your idea does work!