shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

acl not working

Open shurakenas opened this issue 10 months ago • 9 comments
trafficstars

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

shurakenas avatar Jan 07 '25 08:01 shurakenas