Skip to content

Instantly share code, notes, and snippets.

@Blackdixxa
Last active May 20, 2018 15:28
Show Gist options
  • Select an option

  • Save Blackdixxa/00e7c4c52b7d44985f2cb9d7ad2f83a6 to your computer and use it in GitHub Desktop.

Select an option

Save Blackdixxa/00e7c4c52b7d44985f2cb9d7ad2f83a6 to your computer and use it in GitHub Desktop.
Cron to update unbound_ad_servers. I've setted it up weekly on every sunday at 5am . "0 5 * * 0 /etc/cron.weekly/update_unbound_list.sh"
#!/bin/bash
curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=unbound&showintro=1&mimetype=plaintext" > /etc/unbound/unbound_ad_servers
/etc/init.d/unbound restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment