Examples
You can also combine the above features to have some local domains redirected to specific local DNS servers and other domains redirected to the remaining local DNS servers.
Command | Outcome |
---|---|
config localdns add 209.165.200.229 internaldomain1.com | DNS queries for internaldomain1.com will now be forwarded to 209.165.200.229 and 209.165.200.229. |
config localdns add 209.165.200.229 internaldomain1.com internaldomain2.com | DNS queries for internaldomain2.com will now be forwarded to 209.165.200.229 |
config localdns add 209.165.200.229 | DNS queries for all other internal domains will be forwarded to 209.165.200.229 |