RiiConnect24 / DNS-Server

This server will allow you to connect to RiiConnect24 Servers when your Internet Service Provider does not work allow using Custom DNS.
MIT License
47 stars 22 forks source link

Update README.md for Pi-hole version 5+ #21

Closed robcmo closed 4 years ago

robcmo commented 4 years ago
robcmo commented 4 years ago

If you prefer, the first line can be removed as well. Up to you. cd~

Peter0x44 commented 4 years ago

I think it would be better to use the following command

curl https://raw.githubusercontent.com/RiiConnect24/DNS-Server/master/dns_zones-hosts.txt >> /etc/pihole/custom.list

Does the same thing in one line, and doesn't save any unneeded file to disk in the first place.

robcmo commented 4 years ago

Good call! I didn't realize that appends, but tested and it does. I will resubmit code change.

Peter0x44 commented 4 years ago

change "commands" to "command" since there is only one now

robcmo commented 4 years ago

Should be all set, thanks @urmum-69!