forked from Controls/gitea-pages
13 lines
254 B
Markdown
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
|
|
```
|
|
|