Open
Description
Does not work by domain name. If you specify an IP, only then the traffic goes through a proxy. What am I doing wrong?
/etc/shadowsocks/config.json:
{
"server":"my_ip",
"server_port":my_port,
"local_address": "my_local_ip",
"local_port":my_local_port,
"password":"my_password",
"timeout":5,
"method":"chacha20-ietf-poly1305",
"acl":"/etc/shadowsocks/hosts.acl",
"plugin": "/etc/shadowsocks/simple-tls",
"plugin_opts": "cert-hash=my_cert_hash;no-verify;n=my_domen"
}
/etc/shadowsocks/hosts.acl:
[bypass_all]
[proxy_list]
^[a-z]{5}\.2ip\.ru
^[a-z]{5}\.ident\.me
Metadata
Metadata
Assignees
Labels
No labels