Skip to content

Instantly share code, notes, and snippets.

@marco79cgn
Created June 17, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco79cgn/6f7a6be2e21453eed8cbfe1c2c91aa8d to your computer and use it in GitHub Desktop.
Save marco79cgn/6f7a6be2e21453eed8cbfe1c2c91aa8d to your computer and use it in GitHub Desktop.
dnsmasq
## Instructions
##
## Copy this file to /etc/dnsmasq.d/03-bypass.conf
##
## Set your tag and dns server like this:
## dhcp-option=tag:YOURTAGHERE,6,IPADDRESSOFDNSSERVER
##
## My tag 'smartdns' will go straight to SmartDNSProxy Servers
dhcp-option=tag:smartdns,6,54.93.173.153,81.17.17.170
## Afterwards simply create a dhcp-host entry and replace the MA:CA:DD:R:ES:SS
dhcp-host=B8:XX:XX:XX:XX:46,set:smartdns #Sonos Play5
dhcp-host=DC:XX:XX:XX:XX:7A,set:smartdns #AppleTV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment