Files

11 lines
130 B
Python

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