f976f463db
Adding a 2nd docker-compose config for running both Pi-Hole and Unbound in the same container (following recommended steps in the Pi-Hole docs). Restructuring the project to maintain the old 2-container setup as well.
6 lines
No EOL
184 B
Text
6 lines
No EOL
184 B
Text
$HTTP["url"] =~ "^/admin/" {
|
|
# Allow using Pi-Hole admin in iframes (eg, for Home Assistant)
|
|
setenv.set-response-header += (
|
|
"X-Frame-Options" => "Allow"
|
|
)
|
|
} |