update to netbox>4.0 and netbox-plugin-dns>1.0
Some checks failed
check code / check-code (push) Failing after 11m2s

This commit is contained in:
Ivan Schaller 2024-07-08 12:49:03 +02:00
parent b7f41f5675
commit 6772f0a5e0
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM lscr.io/linuxserver/netbox:3.7.6
FROM lscr.io/linuxserver/netbox:4.0.6
RUN pip install -U \
wheel \
setuptools \
netbox-plugin-dns==0.22.8
netbox-plugin-dns==1.0.4

View file

@ -14,7 +14,7 @@ PLUGINS_CONFIG = {
"zone_nameservers": ["ns1.example.com", "ns2.example.com"],
"zone_soa_mname": "ns1.example.com",
"zone_soa_rname": "admin.example.com",
"tolerate_underscores_in_hostnames": False,
"tolerate_underscores_in_labels": False,
"tolerate_leading_underscore_types": [
"TXT",
"SRV",