show how to configure custom nameservers

This commit is contained in:
2023-05-30 16:58:10 +02:00
parent c192f85949
commit d28921f0cb
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,12 @@
# 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
```