Skip to content

New requirement: Need all purpose ACL in configuration #571

Open
@robot-dot-win

Description

I've got this problem: my ISP blocks access to any destinations' port 25, so my SMTP delivery server doesn't work. With the help of proxychains-ng the server can work well via outside proxy servers, but I cannot precisely define that only non-localnet:25 should be proxied. In fact the current configuration's rule is "proxy_all" except the "localnet". For precise control, we need all purpose ACL rules like this: https://github.com/shadowsocks/shadowsocks-rust?tab=readme-ov-file#acl

That is:

  • Modes:
    • [bypass_all] - ACL runs in BlackList mode. Bypasses all addresses that didn't match any rules.
    • [proxy_all] - ACL runs in WhiteList mode. Proxies all addresses that didn't match any rules.
  • Rules:
    • [bypass_list] - Rules for connecting directly
    • [proxy_list] - Rules for connecting through proxies

--
Looking forward eagerly to this new upgrade! Thanks!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions