Dear All Professionals.
Recently I configured Shadowsocks on my foreign server and I want to connect from my Freebsd client.
I Installed shadowsocks-libev
Here is my configure:
and started the client with this command:
here is result:
Here is the golden time that I don't know how to route all my outgoing connection through 127.0.0.1:1080
when I type:
my IP will show not my Proxy server.
by the way, I Installed csocks and py37-python-socks but I don't know how to use them.
Thanks for your replies
Recently I configured Shadowsocks on my foreign server and I want to connect from my Freebsd client.
I Installed shadowsocks-libev
Here is my configure:
Code:
{
"server":"x.248.x.233",
"mode":"tcp_and_udp",
"server_port":12345,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"42efe205241991",
"timeout":60,
"method":"aes-256-gcm"
}
and started the client with this command:
ss-local -c config.json &here is result:
Code:
2020-12-12 10:23:46 INFO: listening at 127.0.0.1:1080
2020-12-12 10:23:46 INFO: udprelay enabled
2020-12-12 10:23:46 INFO: running from root user
when I type:
wget -qO - http://wtfismyip.com/textmy IP will show not my Proxy server.
by the way, I Installed csocks and py37-python-socks but I don't know how to use them.
Thanks for your replies
Last edited by a moderator: