@ -15,12 +15,15 @@ Alternatively the value can be a dictionary with configuration options for the A
manager:
manager:
auto_arpa:
auto_arpa:
# Whether duplicate records should replace rather than error
# Whether duplicate records should replace rather than error
# (optiona, default False)
# (optional, default False)
populate_should_replace: false
populate_should_replace: false
# Explicitly set the TTL of auto-created records, default is 3600s, 1hr
# Explicitly set the TTL of auto-created records, default is 3600s, 1hr
ttl: 1800
ttl: 1800
# Set how many PTR records will be created for the same IP, default: 999
# Set how many PTR records will be created for the same IP, default: 999
max_auto_arpa: 1
max_auto_arpa: 1
# Inherit the TTL value of the corresponding A/AAAA record (optional,
# default False)
inherit_ttl: True
```
```
Once enabled, a singleton `AutoArpa` instance, `auto-arpa`, will be added to the pool of providers and globally configured to run as the very last global processor so that it will see all records as they will be seen by targets. Further all zones ending with `arpa.` will be held back and processed after all other zones have been completed so that all `A` and `AAAA` records will have been seen prior to planning the `arpa.` zones.
Once enabled, a singleton `AutoArpa` instance, `auto-arpa`, will be added to the pool of providers and globally configured to run as the very last global processor so that it will see all records as they will be seen by targets. Further all zones ending with `arpa.` will be held back and processed after all other zones have been completed so that all `A` and `AAAA` records will have been seen prior to planning the `arpa.` zones.