netbox-ddns/netbox_ddns
Alarig Le Lay 33013d0c39
netbox_ddns/__init__.py: remove max_version check
2021-06-15 13:35:08 +02:00
..
migrations Major restructure and add support for extra DNS names 2020-04-19 21:28:06 +02:00
templates/netbox_ddns/ipaddress Add a DNS refresh button to IPAddress view 2020-04-19 22:19:12 +02:00
__init__.py netbox_ddns/__init__.py: remove max_version check 2021-06-15 13:35:08 +02:00
admin.py Fix updating from admin when subnet matches zone 2020-10-09 01:06:33 +02:00
background_tasks.py Update status when no zone is found 2020-04-19 22:23:53 +02:00
forms.py Major restructure and add support for extra DNS names 2020-04-19 21:28:06 +02:00
models.py Fixes #3: validation error in reverse zone 2020-06-24 12:52:04 +02:00
signals.py Fix AttributeError: 'str' object has no attribute 'ip' in signals.py 2020-06-24 12:39:06 +02:00
tables.py Major restructure and add support for extra DNS names 2020-04-19 21:28:06 +02:00
template_content.py Add a DNS refresh button to IPAddress view 2020-04-19 22:19:12 +02:00
urls.py Add a DNS refresh button to IPAddress view 2020-04-19 22:19:12 +02:00
utils.py Add a DNS refresh button to IPAddress view 2020-04-19 22:19:12 +02:00
validators.py Initial commit 2020-04-15 00:56:20 +02:00
views.py Make compatible with NetBox 2.10 2020-12-26 19:52:03 +01:00