Temporalitas / ipv6-proxy-server

IPv6 backconnect proxy server /64 and /48 subnet for any debian-based distro
MIT License
92 stars 54 forks source link

Add support for allow/deny #15

Closed doroved closed 11 months ago

doroved commented 11 months ago

Make it possible to set allow/deny rules during proxy installation https://arc.net/l/quote/sigmpoqc

Example of use, allow proxy access to specific hosts https://github.com/3proxy/3proxy/issues/347#issuecomment-483430669

The installation may look like this

./ipv6-proxy-server.sh -s 48 -c 500 -u user -p pass -r 5 --allow "* * google.com,*.google.com,*.gstatic.com"
./ipv6-proxy-server.sh -s 48 -c 500 -u user -p pass -r 5 --deny "* * google.com,*.google.com,*.gstatic.com"

Also add the set allow/deny list to the output of the command

./ipv6-proxy-server.sh --info