Go to advanced search

by ignik
Tue Feb 13, 2018 9:35 am
Forum: Networking and servers
Topic: [HOW TO] Use your RPI as a DNS server and speed up yo' net!
Replies: 52
Views: 267258

Re: [HOW TO] Use your RPI as a DNS server and speed up yo' net!

curl "https://raw.github.com/stephen-mw/raspberrypi/master/roles/dnsmasq_server" | sudo sh You can test it yourself using the tool dig. $ dig heystephenwood.com Add to script next code, dig not included in default package set. sudo apt-get install dnsutils and change 'sh' to 'bash' (shell not suppo...

Go to advanced search