File: creating_Bind9_configuration.mdwn

package info (click to toggle)
propellor 5.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,788 kB
  • sloc: haskell: 17,913; makefile: 58; perl: 38; sh: 28
file content (9 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
I try to use propellor to deploy a secondary DNS server.

In your configuration, I see nothing to change the `listen-on { 127.0.0.1; };` option, did I miss something?

Also, in `Dns.secondaryFor`, I do not know how to set `confLines` to something else, should I use this function and peel the result until I can change this or shoud I add a `Dns.secondaryFor'` version with an extra argument?

By the way, is it really advisable to use a "minimal config" instead of a full clone?

Thanks!