Closed doroved closed 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
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
Also add the set allow/deny list to the output of the command