netbox-plugin-dns 0.21.13__py3-none-any.whl → 0.21.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of netbox-plugin-dns might be problematic. Click here for more details.
- netbox_dns/__init__.py +1 -1
- netbox_dns/migrations/0026_domain_registration.py +1 -1
- {netbox_plugin_dns-0.21.13.dist-info → netbox_plugin_dns-0.21.14.dist-info}/METADATA +13 -20
- {netbox_plugin_dns-0.21.13.dist-info → netbox_plugin_dns-0.21.14.dist-info}/RECORD +6 -6
- {netbox_plugin_dns-0.21.13.dist-info → netbox_plugin_dns-0.21.14.dist-info}/LICENSE +0 -0
- {netbox_plugin_dns-0.21.13.dist-info → netbox_plugin_dns-0.21.14.dist-info}/WHEEL +0 -0
netbox_dns/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: netbox-plugin-dns
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.14
|
|
4
4
|
Summary: NetBox DNS is a NetBox plugin for managing DNS data.
|
|
5
5
|
Home-page: https://github.com/peteeckel/netbox-plugin-dns
|
|
6
6
|
License: MIT
|
|
@@ -35,11 +35,11 @@ Description-Content-Type: text/markdown
|
|
|
35
35
|
|
|
36
36
|
## Features
|
|
37
37
|
|
|
38
|
-
* Manage
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* Optionally
|
|
38
|
+
* Manage name servers, zones and records
|
|
39
|
+
* Automatically generate SOA and NS records for zones
|
|
40
|
+
* Automatically create and update PTR records for IPv4 and IPv6 records
|
|
41
|
+
* Optionally organize DNS zones in views for split horizon DNS and multi-site deployments
|
|
42
|
+
* Optionally maintain domain registrar and registrant information for zones
|
|
43
43
|
|
|
44
44
|
NetBox DNS is using the standardized NetBox plugin interface, so it also takes advantage of the NetBox tagging and change log features.
|
|
45
45
|
|
|
@@ -57,7 +57,7 @@ $ source /opt/netbox/venv/bin/activate
|
|
|
57
57
|
(venv) $ pip install netbox-plugin-dns
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
### Configuration
|
|
60
|
+
### NetBox Configuration
|
|
61
61
|
|
|
62
62
|
Add the plugin to the NetBox config. `~/netbox/configuration.py`
|
|
63
63
|
|
|
@@ -67,7 +67,7 @@ PLUGINS = [
|
|
|
67
67
|
]
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
To permanently
|
|
70
|
+
To permanently keep the plugin installed when updating NetBox via `update.sh`:
|
|
71
71
|
|
|
72
72
|
```
|
|
73
73
|
echo netbox-plugin-dns >> ~/netbox/local_requirements.txt
|
|
@@ -79,23 +79,16 @@ To add the required netbox_dns tables to your database run the following command
|
|
|
79
79
|
./manage.py migrate
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
Full
|
|
83
|
-
|
|
84
|
-
## Screenshots
|
|
85
|
-
|
|
86
|
-

|
|
87
|
-
|
|
88
|
-

|
|
89
|
-
|
|
90
|
-

|
|
91
|
-
|
|
92
|
-

|
|
82
|
+
Full documentation on using plugins with NetBox: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)
|
|
93
83
|
|
|
94
84
|
## Contribute
|
|
95
85
|
|
|
96
86
|
Contributions are always welcome! Please see: [contributing guide](CONTRIBUTING.md)
|
|
97
87
|
|
|
88
|
+
## Documentation
|
|
89
|
+
|
|
90
|
+
For further information, please refer to the full documentation: [Using NetBox DNS](docs/using_netbox_dns.md)
|
|
91
|
+
|
|
98
92
|
## License
|
|
99
93
|
|
|
100
94
|
MIT
|
|
101
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
netbox_dns/__init__.py,sha256=
|
|
1
|
+
netbox_dns/__init__.py,sha256=X8Tj6rsscS3qFlbj6YMuEeynqvcxx9Y3DjYfbs0yPD8,2255
|
|
2
2
|
netbox_dns/api/nested_serializers.py,sha256=Do1wWwWrZ5a4OUuW0Sj8AU3AVlaCu675PAG78RT3dv4,2616
|
|
3
3
|
netbox_dns/api/serializers.py,sha256=RXSETFLwRZQrUus8uzMt7q7wuB-QVoiHBQumQQxyX3s,7673
|
|
4
4
|
netbox_dns/api/urls.py,sha256=R9VmmWtdrjvr35i5d_SfZK2lGn6JzmPuWEKTQlZ8MJo,575
|
|
@@ -58,7 +58,7 @@ netbox_dns/migrations/0022_search.py,sha256=KW1ffEZ4-0dppGQ_KD1EN7iw8eQJOnDco-xf
|
|
|
58
58
|
netbox_dns/migrations/0023_alter_record_value.py,sha256=4_4v8YZzU8_jadJqIUUjH6SIhNTeALWhclozTqYDmv0,378
|
|
59
59
|
netbox_dns/migrations/0024_tenancy.py,sha256=3kc5l5_AyfhOI6g6mbCfReUAbSgb2DAv0MDMZqJ-3YQ,1745
|
|
60
60
|
netbox_dns/migrations/0025_ipam_coupling_cf.py,sha256=7uHujclWrsYw5QMLWft0Po78Ow5Q8MjPuU7moKyQ2qs,620
|
|
61
|
-
netbox_dns/migrations/0026_domain_registration.py,sha256=
|
|
61
|
+
netbox_dns/migrations/0026_domain_registration.py,sha256=qUJ1oUGHIGGNWD7QRLnxElbM5eNp7dYNNn_OYIw8Xvo,5796
|
|
62
62
|
netbox_dns/migrations/0027_alter_registrar_iana_id.py,sha256=QUtRIrqqfkraFmzzeJFZWAEv4PfrOouoHtrV6FRn8Kc,404
|
|
63
63
|
netbox_dns/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
64
|
netbox_dns/models/__init__.py,sha256=Q7UIEe2vGh18AZN4er6CykciwXPQGgUq0L-9718wZqU,182
|
|
@@ -104,7 +104,7 @@ netbox_dns/views/record.py,sha256=eT-M-rqhCrcmhpEyKOnQ8SWnxAVUgams5e86nVL9uc0,25
|
|
|
104
104
|
netbox_dns/views/registrar.py,sha256=aznSKt1L5tILMLGgcZiBR7u7B8rNl-jM1B2-N0fTeK8,2072
|
|
105
105
|
netbox_dns/views/view.py,sha256=uUvtlNEh5MYoEALvWWaCOqj_Zj8dpGOL2PUyg-UPfEA,1895
|
|
106
106
|
netbox_dns/views/zone.py,sha256=j1wxqEQKYxkQv2DqOHo0gP6e_hZrD2RTyZhkx5CCXFE,3988
|
|
107
|
-
netbox_plugin_dns-0.21.
|
|
108
|
-
netbox_plugin_dns-0.21.
|
|
109
|
-
netbox_plugin_dns-0.21.
|
|
110
|
-
netbox_plugin_dns-0.21.
|
|
107
|
+
netbox_plugin_dns-0.21.14.dist-info/LICENSE,sha256=tziMJKpkMbySr09L6bIwsu7Ca9ICoqpMO3yAXgEMQA4,1076
|
|
108
|
+
netbox_plugin_dns-0.21.14.dist-info/METADATA,sha256=klHn2w4aIP-ZzgwW2gQBg9ZMWHVOE7o1G2pV1dKtZ98,3716
|
|
109
|
+
netbox_plugin_dns-0.21.14.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
110
|
+
netbox_plugin_dns-0.21.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|