You are not logged in.

#1 2022-05-25 14:49:22

BoldyRain
Member
Registered: 2022-05-25
Posts: 1

Pi-hole wiki article update

Hi, all!
Today followed the Wiki article about installing PiHole and ran into a problem.
Although if problem is correctly identified and correct query is being searched, the answer is in the 2nd link, but wanted to share it so that the Wiki could be extended, but I'm unsure how/where in the article to correctly add that info smile

TL;DR
PiHole Teleporter's restore is not working out of the box.
Must append config lines to /etc/lighttpd/lighttpd.conf:

# allow teleporter iframe on settings page
$HTTP["url"] =~ "/teleporter\.php$" {
    $HTTP["referer"] =~ "/admin/settings\.php" {
        setenv.add-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
    }
}

Solution source

Offline

#2 2022-05-25 15:06:36

Awebb
Member
Registered: 2010-05-06
Posts: 6,275

Re: Pi-hole wiki article update

Either under 2.2.2.3 Set-up lighttpd if it's mandatory or as 6.8 under troubleshooting, if the problem can occur but doesn't do so necessarily.

Offline

Board footer

Powered by FluxBB