User Tools

Site Tools


servers:pi-hole

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:pi-hole [2019/10/17 04:18] Sean Rhoneservers:pi-hole [2019/10/17 04:42] (current) – [Service] Sean Rhone
Line 24: Line 24:
  
   * https://wally3k.github.io   * https://wally3k.github.io
 +  * https://v.firebog.net/hosts/lists.php
 +
 +  * :!: Change ''all'' in ''type=all'' with either ''tick'' or ''nocross'' if less-aggressive blocking is wanted ((see [[https://v.firebog.net/hosts/lists.php|lists]]))
  
   sudo wget -O '/etc/pihole/adlists.list' 'https://v.firebog.net/hosts/lists.php?type=all' && pihole updateGravity   sudo wget -O '/etc/pihole/adlists.list' 'https://v.firebog.net/hosts/lists.php?type=all' && pihole updateGravity
Line 42: Line 45:
  
 ===== Service ===== ===== Service =====
 +
 +  * :!: Change ''all'' in ''type=all'' with either ''tick'' or ''nocross'' if less-aggressive blocking is wanted ((see [[https://v.firebog.net/hosts/lists.php|lists]]))
  
   sudo -e '/etc/systemd/system/pihole-up.service'   sudo -e '/etc/systemd/system/pihole-up.service'
Line 52: Line 57:
 ExecStart=/usr/local/bin/pihole updateGravity ExecStart=/usr/local/bin/pihole updateGravity
 ExecStart=/usr/local/bin/pihole updatePihole ExecStart=/usr/local/bin/pihole updatePihole
 +ExecStart=/usr/local/bin/pihole flush
 +ExecStart=/usr/local/bin/pihole restartdns
 ExecStartPost=/bin/sync</code> ExecStartPost=/bin/sync</code>
  
/var/www/wiki/data/attic/servers/pi-hole.1571300293.txt.gz · Last modified: 2019/10/17 04:18 by Sean Rhone