Created
June 17, 2019 14:04
-
-
Save marco79cgn/6f7a6be2e21453eed8cbfe1c2c91aa8d to your computer and use it in GitHub Desktop.
dnsmasq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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