Skip to content

Instantly share code, notes, and snippets.

@xavierlacot
xavierlacot / USG-static-dns-entries.md
Created August 2, 2017 15:24
USG static dns entries
$ ssh username@192.168.0.1
$ sudo vi /etc/dnsmasq.d/dnsmasq.static.conf

Put there some hostnames <-> ip mappings:

address=/some.domain/192.168.0.123
address=/some.other.domain/167.112.237.24