mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
more domains
This commit is contained in:
parent
5d0a76c21a
commit
fbc94f6361
1 changed files with 1 additions and 1 deletions
|
@ -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|a.huluad.com" {
|
$HTTP["host"] =~ "ads-v-darwin.hulu.com|ads.hulu.com|a.huluad.com|bs.serving-sys.com|t2.hulu.com|secure-us.imrworldwide.com|ad.doubleclick.net" {
|
||||||
url.redirect = ( "^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov")
|
url.redirect = ( "^/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue