diff options
| -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! |
