mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 07:03:43 +00:00
Update to work with 1-second black screen mp4
This commit is contained in:
parent
f57d2c8b2d
commit
2227db1cc9
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ include_shell "/usr/share/lighttpd/create-mime.assign.pl"
|
|||
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
|
||||
|
||||
$HTTP["host"] =~ "ads.hulu.com|ads-v-darwin.hulu.com|" {
|
||||
url.redirect = ( "^/published/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov")
|
||||
url.redirect = ( "^/published/(.*)" => "http://192.168.1.101/black.mp4")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue