Skip to content

Instantly share code, notes, and snippets.

@chickendrop89
Last active June 22, 2024 00:23
Show Gist options
  • Save chickendrop89/9d4c0475b3f3c654cb586df1ecd43946 to your computer and use it in GitHub Desktop.
Save chickendrop89/9d4c0475b3f3c654cb586df1ecd43946 to your computer and use it in GitHub Desktop.
Pi-Hole redirect blank lighttpd page to pihole admin dashboard. This is a lighttpd configuration file
$HTTP["url"] !~ "^/admin" {
url.redirect = (".*" => "/admin")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment