netbox-plugin-dns


Namenetbox-plugin-dns JSON
Version 0.22.8 PyPI version JSON
download
home_pagehttps://github.com/peteeckel/netbox-plugin-dns
SummaryNetBox DNS is a NetBox plugin for managing DNS data.
upload_time2024-04-01 17:13:35
maintainerNone
docs_urlNone
authorPeter Eckel
requires_python<4.0,>=3.8
licenseMIT
keywords netbox netbox-plugin dns
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NetBox DNS
The NetBox DNS plugin enables NetBox to manage operational DNS data such as name servers, zones, records and views, as well as registration data for domains. It can automate tasks like creating PTR records, generating zone serial numbers, NS and SOA records, as well as validate names and values values for resource records to ensure zone data is consistent, current and conforming to the relevant RFCs.

<div align="center">
<a href="https://pypi.org/project/netbox-plugin-dns/"><img src="https://img.shields.io/pypi/v/netbox-plugin-dns" alt="PyPi"/></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/stargazers"><img src="https://img.shields.io/github/stars/peteeckel/netbox-plugin-dns?style=flat" alt="Stars Badge"/></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/network/members"><img src="https://img.shields.io/github/forks/peteeckel/netbox-plugin-dns?style=flat" alt="Forks Badge"/></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/issues"><img src="https://img.shields.io/github/issues/peteeckel/netbox-plugin-dns" alt="Issues Badge"/></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/pulls"><img src="https://img.shields.io/github/issues-pr/peteeckel/netbox-plugin-dns" alt="Pull Requests Badge"/></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/peteeckel/netbox-plugin-dns?color=2b9348"></a>
<a href="https://github.com/peteeckel/netbox-plugin-dns/blob/master/LICENSE"><img src="https://img.shields.io/github/license/peteeckel/netbox-plugin-dns?color=2b9348" alt="License Badge"/></a>
<a href="https://pepy.tech/project/netbox-plugin-dns"><img alt="Downloads" src="https://static.pepy.tech/badge/netbox-plugin-dns"></a>
<a href="https://pepy.tech/project/netbox-plugin-dns"><img alt="Downloads/Week" src="https://static.pepy.tech/badge/netbox-plugin-dns/month"></a>
<a href="https://pepy.tech/project/netbox-plugin-dns"><img alt="Downloads/Month" src="https://static.pepy.tech/badge/netbox-plugin-dns/week"></a>
</div>

## Features

* Manage name servers, zones and records
* Automatically generate SOA and NS records for zones
* Automatically create and update PTR records for IPv4 and IPv6 address records
* Organize DNS zones in views for split horizon DNS and multi-site deployments
* Manage domain registrar and registrant information for domains related to zones
* Manage RFC2317 reverse zones for IPv4 prefixes with a network mask length longer than 24 bits

NetBox DNS is using the standardized NetBox plugin interface, so it also takes advantage of the NetBox tagging and change log features.

## Requirements

* NetBox 3.5.0 or higher
* Python 3.8 or higher

## Installation & Configuration

### Installation

```
$ source /opt/netbox/venv/bin/activate
(venv) $ pip install netbox-plugin-dns
```

### NetBox Configuration

Add the plugin to the NetBox config. `~/netbox/configuration.py`

```python
PLUGINS = [
    "netbox_dns",
]
```

To permanently keep the plugin installed when updating NetBox via `update.sh`:

```
echo netbox-plugin-dns >> ~/netbox/local_requirements.txt
```

To add the required netbox_dns tables to your database run the following command from your NetBox directory:

```
./manage.py migrate
```

Full documentation on using plugins with NetBox: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)

## Contribute

Contributions are always welcome! Please see: [contributing guide](CONTRIBUTING.md)

## Documentation

For further information, please refer to the full documentation: [Using NetBox DNS](docs/using_netbox_dns.md)

## License

MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/peteeckel/netbox-plugin-dns",
    "name": "netbox-plugin-dns",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "netbox, netbox-plugin, dns",
    "author": "Peter Eckel",
    "author_email": "pete@netbox-dns.org",
    "download_url": "https://files.pythonhosted.org/packages/b4/40/ceb174ab521c6234250e27ceb4444a9fa9371ccb9376e49aac665e20de85/netbox_plugin_dns-0.22.8.tar.gz",
    "platform": null,
    "description": "# NetBox DNS\nThe NetBox DNS plugin enables NetBox to manage operational DNS data such as name servers, zones, records and views, as well as registration data for domains. It can automate tasks like creating PTR records, generating zone serial numbers, NS and SOA records, as well as validate names and values values for resource records to ensure zone data is consistent, current and conforming to the relevant RFCs.\n\n<div align=\"center\">\n<a href=\"https://pypi.org/project/netbox-plugin-dns/\"><img src=\"https://img.shields.io/pypi/v/netbox-plugin-dns\" alt=\"PyPi\"/></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/stargazers\"><img src=\"https://img.shields.io/github/stars/peteeckel/netbox-plugin-dns?style=flat\" alt=\"Stars Badge\"/></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/network/members\"><img src=\"https://img.shields.io/github/forks/peteeckel/netbox-plugin-dns?style=flat\" alt=\"Forks Badge\"/></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/issues\"><img src=\"https://img.shields.io/github/issues/peteeckel/netbox-plugin-dns\" alt=\"Issues Badge\"/></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/pulls\"><img src=\"https://img.shields.io/github/issues-pr/peteeckel/netbox-plugin-dns\" alt=\"Pull Requests Badge\"/></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/graphs/contributors\"><img alt=\"GitHub contributors\" src=\"https://img.shields.io/github/contributors/peteeckel/netbox-plugin-dns?color=2b9348\"></a>\n<a href=\"https://github.com/peteeckel/netbox-plugin-dns/blob/master/LICENSE\"><img src=\"https://img.shields.io/github/license/peteeckel/netbox-plugin-dns?color=2b9348\" alt=\"License Badge\"/></a>\n<a href=\"https://pepy.tech/project/netbox-plugin-dns\"><img alt=\"Downloads\" src=\"https://static.pepy.tech/badge/netbox-plugin-dns\"></a>\n<a href=\"https://pepy.tech/project/netbox-plugin-dns\"><img alt=\"Downloads/Week\" src=\"https://static.pepy.tech/badge/netbox-plugin-dns/month\"></a>\n<a href=\"https://pepy.tech/project/netbox-plugin-dns\"><img alt=\"Downloads/Month\" src=\"https://static.pepy.tech/badge/netbox-plugin-dns/week\"></a>\n</div>\n\n## Features\n\n* Manage name servers, zones and records\n* Automatically generate SOA and NS records for zones\n* Automatically create and update PTR records for IPv4 and IPv6 address records\n* Organize DNS zones in views for split horizon DNS and multi-site deployments\n* Manage domain registrar and registrant information for domains related to zones\n* Manage RFC2317 reverse zones for IPv4 prefixes with a network mask length longer than 24 bits\n\nNetBox DNS is using the standardized NetBox plugin interface, so it also takes advantage of the NetBox tagging and change log features.\n\n## Requirements\n\n* NetBox 3.5.0 or higher\n* Python 3.8 or higher\n\n## Installation & Configuration\n\n### Installation\n\n```\n$ source /opt/netbox/venv/bin/activate\n(venv) $ pip install netbox-plugin-dns\n```\n\n### NetBox Configuration\n\nAdd the plugin to the NetBox config. `~/netbox/configuration.py`\n\n```python\nPLUGINS = [\n    \"netbox_dns\",\n]\n```\n\nTo permanently keep the plugin installed when updating NetBox via `update.sh`:\n\n```\necho netbox-plugin-dns >> ~/netbox/local_requirements.txt\n```\n\nTo add the required netbox_dns tables to your database run the following command from your NetBox directory:\n\n```\n./manage.py migrate\n```\n\nFull documentation on using plugins with NetBox: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)\n\n## Contribute\n\nContributions are always welcome! Please see: [contributing guide](CONTRIBUTING.md)\n\n## Documentation\n\nFor further information, please refer to the full documentation: [Using NetBox DNS](docs/using_netbox_dns.md)\n\n## License\n\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "NetBox DNS is a NetBox plugin for managing DNS data.",
    "version": "0.22.8",
    "project_urls": {
        "Homepage": "https://github.com/peteeckel/netbox-plugin-dns",
        "Repository": "https://github.com/peteeckel/netbox-plugin-dns"
    },
    "split_keywords": [
        "netbox",
        " netbox-plugin",
        " dns"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b305c30b5c7f4b47c57c379928aa357b5935fbd900caabbcb6577b871ce6cec4",
                "md5": "a933672d788e7a2067deda5582964b08",
                "sha256": "768c2f44514e94a39bc77d8c2b1fe644c096c33a97ee9b4751e1f1f3c8f9f90f"
            },
            "downloads": -1,
            "filename": "netbox_plugin_dns-0.22.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a933672d788e7a2067deda5582964b08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 92233,
            "upload_time": "2024-04-01T17:13:33",
            "upload_time_iso_8601": "2024-04-01T17:13:33.189061Z",
            "url": "https://files.pythonhosted.org/packages/b3/05/c30b5c7f4b47c57c379928aa357b5935fbd900caabbcb6577b871ce6cec4/netbox_plugin_dns-0.22.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b440ceb174ab521c6234250e27ceb4444a9fa9371ccb9376e49aac665e20de85",
                "md5": "fae927f82156e08eeb31c0cfaf147a36",
                "sha256": "7806fb2faac09c59840be16e87dac0f0c12be90e0beb45bb530ec4760a540d0c"
            },
            "downloads": -1,
            "filename": "netbox_plugin_dns-0.22.8.tar.gz",
            "has_sig": false,
            "md5_digest": "fae927f82156e08eeb31c0cfaf147a36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 48529,
            "upload_time": "2024-04-01T17:13:35",
            "upload_time_iso_8601": "2024-04-01T17:13:35.087890Z",
            "url": "https://files.pythonhosted.org/packages/b4/40/ceb174ab521c6234250e27ceb4444a9fa9371ccb9376e49aac665e20de85/netbox_plugin_dns-0.22.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 17:13:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "peteeckel",
    "github_project": "netbox-plugin-dns",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "netbox-plugin-dns"
}
        
Elapsed time: 0.28165s