Skip to content

Instantly share code, notes, and snippets.

@OnkelDom
Created January 31, 2021 23:41
Show Gist options
  • Save OnkelDom/c904f3f86f2898fac3627f13da2cdaa2 to your computer and use it in GitHub Desktop.
Save OnkelDom/c904f3f86f2898fac3627f13da2cdaa2 to your computer and use it in GitHub Desktop.
update webproxy blacklists
configure
set service webproxy cache-size 0
set service webproxy default-port 3128
set service webproxy listen-address 192.168.1.1
set service webproxy enable-access-log
set service webproxy administrator proxy@onkeldom.eu
set service webproxy mem-cache-size 5
set service webproxy url-filtering squidguard auto-update update-hour 5
set service webproxy url-filtering squidguard block-category adult
set service webproxy url-filtering squidguard block-category phishing
set service webproxy url-filtering squidguard block-category warez
set service webproxy url-filtering squidguard block-category malware
set service webproxy url-filtering squidguard block-category drugs
set service webproxy url-filtering squidguard block-category strict_redirector
set service webproxy url-filtering squidguard default-action allow
set service webproxy url-filtering squidguard log all
set service webproxy url-filtering squidguard redirect-url 'https://home.onkeldom.eu'
commit;exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment