Created
February 23, 2020 00:27
-
-
Save plaisted/96910fb51bc606219efc5b989d3e93b7 to your computer and use it in GitHub Desktop.
USG static DNS entry
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
If you want static entries on USG, try this: | |
as a root on usg create file | |
vi /etc/dnsmasq.d/dnsmasq.static.conf | |
put there some hosts | |
address=/microsoft.com/192.168.1.20 | |
address=/ubnt.com/192.168.1.100 | |
address=/myhost.com/192.168.1.110 | |
save it (:wq) and run command | |
/etc/init.d/dnsmasq force-reload | |
it works even after usg reprovisioning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment