This file contains 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
# Create a DNS record in a Unifi USG | |
# ssh to USG | |
configure | |
# create an A record | |
set system static-host-mapping host-name HOSTNAME inet IPADDRESS | |
# create a CNAME | |
set system static-host-mapping host-name HOSTNAME alias CNAME | |
# if you notice that you can now only resolve short-names... | |
set service dns forwarding options expand-hosts | |
commit | |
save | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment