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...