Curl: (6) Could not resolve host: install.pi-hole.net

Dear helper,

I got a problem

Problem:
_pi@raspberrypi:~ $ sudo curl -sSL https://install.pi-hole.net | bash
curl: (6) Could not resolve host: install.pi-hole.net
_

Could you guys help me?
I did set up a static IP Adress and all other stuff.

Kind Regards,
SleinEater / Niels

This will temporarily reset the nameserver on the Pi to bypass Pi-Hole DNS.

sudo nano /etc/resolv.conf

edit nameserver 127.0.0.1 to nameserver 9.9.9.9 or your preferred third party DNS service, save and exit

Run the install script again: curl -sSL https://install.pi-hole.net | bash

2 Likes

it's working already after a complete reinstall of raspbian.

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