How to make domain pi.hole unable to resolve the address

Because of some reasons, I wanna use http://[ip address]/index.php or https://[my domain]/index.php instead of http://pi.hole/index.php.

How to achieve it. <3

I need to make the pI.hole domain not resolve any addresses, but it seems to be the one that resolves first

Enter the following in your browser.

http://[ip address]/index.php

This won't work because the web admin page is not served via SSL. It is http only.

I just want to make domain pi.hole can't resolve IP address.

If I may ask, why?

I built VPN and set up DNS (pihole), and I added 2 addresses in my pihole server. Address A is using for DNS service (53 udp) and denied 80/tcp and 443/tcp, address B is using for web console (allowed 80 and 443), but when I'm trying to ping domain pi.hole, I found that pi.hole responsed address B instead of address A. It means that everyone in my VPN can know my console address by pi.hole

So I want to make domain pi.hole can't resolve IP.

Is it means that I can add PIHOLE_PTR=another domain in pihole-FTL.conf to change this situration in latest version?

Not until this PR is approved, and then it will be in the development branch. I anticipate this change will also be in our next release.

OK. thx. <3

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.