trailofbits / algo

Set up a personal VPN in the cloud
https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/
GNU Affero General Public License v3.0
28.66k stars 2.31k forks source link

Adlist updating #950

Closed Omoeba closed 6 years ago

Omoeba commented 6 years ago

Does the Adblock lists update automatically? If it does at what frequency? If it doesn't is it possible to manually update the adblocking lists?

TC1977 commented 6 years ago

Try reading the code, specifically:

algo/roles/dns_adblocking/tasks/main.yml

It updates the ad block list and restarts dnsmasq once a day, at 2:10am. You could change that by altering the file before you install algo, and you can run adblock.sh any time you want.