Files
coredns-netbox-plugin-dns/.testing/configuration/plugins.py
T
2024-05-06 17:43:25 -06:00

12 lines
172 B
Python

PLUGINS = [
'netbox_dns',
]
PLUGINS_CONFIG = {
'netbox_dns': {
'feature_ipam_coupling': True,
'tolerate_underscores_in_hostnames': True,
},
}