diff options
| author | Nicolas.Schodet <Nicolas.Schodet@web> | 2017-08-03 19:50:53 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-08-03 19:50:53 +0000 |
| commit | bbf91263741b12d76d7f5bf251ad01a60055ecea (patch) | |
| tree | c7b0dd674149b8951fd9c3f8b885862ebd44833e /doc | |
| parent | 656458f9c04a3c329fefb49de85f83c30d751e36 (diff) | |
Question about bind9 configuration
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/creating_Bind9_configuration.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/creating_Bind9_configuration.mdwn b/doc/forum/creating_Bind9_configuration.mdwn new file mode 100644 index 00000000..5e281394 --- /dev/null +++ b/doc/forum/creating_Bind9_configuration.mdwn @@ -0,0 +1,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! |
