You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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#aclThat 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.
The text was updated successfully, but these errors were encountered: