Changes

From Amahi Wiki
Jump to: navigation, search
17 bytes added ,  23:16, 24 May 2019
#!/bin/sh
# Download the DNSmasq formatted ad block list
curl <nowiki>"http://pgl.yoyo.org/adservers/serverlist.php?hostformat=dnsmasq&showintro=0&mimetype=plaintext" </nowiki> | sed "s/127\.0\.0\.1/192.168.1.99/" > /etc/dnsmasq.adblock.conf
# Restart DNSmasq
service dnsmasq restart
12,424

edits