Hey, I’ve been using ss5 Linux for a secure SOCKS5 proxy for a while. The biggest issue I ran into was SELinux blocking it. If you’re on a distro with SELinux, you might need to adjust the policies.
Here’s a quick fix:
`sudo setsebool -P httpd_can_network_connect 1`
Here’s a quick fix:
`sudo setsebool -P httpd_can_network_connect 1`
