shadowsocks / shadowsocks/shadowsocks-rust
acl not working
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.9k
- Forks
- 1.5k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 5
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with /etc/shadowsocks/config.json and /etc/shadowsocks/hosts.acl as shown, then inspect how the ACL handles domain names and the listed regular expressions. Confirm whether matching domains are sent through the proxy while IP traffic continues to work, and document the cause or required configuration change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100