1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

more domains

This commit is contained in:
jacobsalmela 2014-10-11 16:05:05 -05:00
parent 691baa1702
commit 4e3c668c1e

View File

@ -27,6 +27,6 @@ include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl" include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl" include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
$HTTP["host"] =~ "ads-v-darwin.hulu.com|ads.hulu.com|t.hulu.com|t2.hulu.com|doubleclick.net|scorecardresearch.com" { $HTTP["host"] =~ "ads-v-darwin.hulu.com|ads.hulu.com|t.hulu.com|t2.hulu.com|doubleclick.net|scorecardresearch.com|ad.doubleclick.net|a1697.b.akamai.net|secure-us.imrworldwide.com|bs.serving-sys.com" {
url.redirect = ("^/(.*)" => "http://192.168.1.101:8200") url.redirect = ("^/(.*)" => "http://192.168.1.101:8200")
} }