Athlon1600 / php-proxy-app

Web Proxy Application built on php-proxy library ready to be installed on your server
https://www.php-proxy.com/
MIT License
823 stars 516 forks source link

Blacklist #74

Closed jcastros closed 6 years ago

jcastros commented 6 years ago

Please provide something similar to Glype's Blacklist:: any site that is on the list will be blocked

Athlon1600 commented 6 years ago

There is a BlockList plugin:
https://github.com/Athlon1600/php-proxy/blob/master/src/Plugin/BlockListPlugin.php

enable it in your config.php file and then put this line in:

$config['blocklist.url_block'] = array('google.com');