Skip to content

New feature: ACL in config #59

Description

@robot-dot-win

Although users can shape network flow via iptables/nftables on Unix-like systems, they need much to learn, especially for normal users; and, this functionality is hardly available on Windows. If hev-socks5-server had ACL in config, it would become a fully functional socks5 server for all platforms(comipled for Windows). The ACL might be like: 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

And, it would be perfect if the ACLs also support port limit besides IP limit.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions