aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-08 13:30:09 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-08 13:30:09 +0200
commitdfc13ed7befa06cb827c549ad8f0c1f3b264b681 (patch)
tree9de9722a8da6af3f2fef8fc5fd1b30a2dd344725 /README.md
parente989b5b5f193a52381a2d82a6a911763c0c3c620 (diff)
downloadoctodns-custom-provider-dfc13ed7befa06cb827c549ad8f0c1f3b264b681.tar.gz
ZoneFileSource: add support for non-trivial records, add parameters for SOA
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c490f5..1f00ab8 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,14 @@ providers:
zonefile:
class: octodns-custom-providers.provider.zonefile.ZoneFileProvider
directory: zonefiles
+ soa:
+ mname: ns.example.com
+ rname: dns.example.com
+ serial: 123456
+ refresh: 7200
+ retry: 3600
+ expire: 1209600
+ minimum: 3600
```
## octodns-custom-providers.source.phpipam.PhpipamSource