Files
Controls-docs/admin-guide/configuration/custom_nameservers.md
T

13 lines
254 B
Markdown

# Custom Nameservers
The internal nameservers are configured according to the network zone by Puppet.
If for some reason that is unsuitable, you might set your own in Hiera:
```
networking::nameservers_override:
- 192.33.120.5
- 192.33.121.5
```