Skip to content
Snippets Groups Projects
Verified Commit e7f8d007 authored by nd's avatar nd
Browse files

updated readme

parent 70bf2c35
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ All configuration is to be placed inside the `powerdns` dict.
# key:value of config values
config:
"allow-axfr-ips":
- ::1
- 127.0.0.0/8
- ::1
- 127.0.0.0/8
"bind-config": /etc/powerdns/backends/bind.conf
"config-dir": /etc/powerdns
"daemon": "yes"
......@@ -67,7 +67,7 @@ It is possible to do short hand notations:
* If there is only a single value for an entry, you can omit the array and use ``<dns path>: { <record type>: <value> }`
* YAML anchors and merges are recommend for situations where a `CNAME` is not possible
* You can use hierachy to shorten paths. If you have `foo.example.com` and 'bar.example.com' you could write
* You can use hierachy to shorten paths. If you have `foo.example.com` and `bar.example.com` you could write
```
"example.com.":
foo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment