{"id":13791897,"url":"https://github.com/auroraresearchlab/netbox-dns","last_synced_at":"2025-05-12T14:31:24.194Z","repository":{"id":37805705,"uuid":"394589389","full_name":"auroraresearchlab/netbox-dns","owner":"auroraresearchlab","description":"Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory.","archived":true,"fork":false,"pushed_at":"2024-05-24T13:05:52.000Z","size":7629,"stargazers_count":208,"open_issues_count":4,"forks_count":20,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-28T23:53:09.407Z","etag":null,"topics":["dns","netbox","netbox-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auroraresearchlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-10T09:04:03.000Z","updated_at":"2025-03-12T07:03:19.000Z","dependencies_parsed_at":"2024-06-20T00:11:29.916Z","dependency_job_id":"a7056890-403c-4f30-ad92-78cdbe6acbda","html_url":"https://github.com/auroraresearchlab/netbox-dns","commit_stats":{"total_commits":353,"total_committers":9,"mean_commits":39.22222222222222,"dds":"0.30028328611898014","last_synced_commit":"9fad5b74123f9f644f3ed69240f7d6221fe83e9e"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auroraresearchlab%2Fnetbox-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auroraresearchlab%2Fnetbox-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auroraresearchlab%2Fnetbox-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auroraresearchlab%2Fnetbox-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auroraresearchlab","download_url":"https://codeload.github.com/auroraresearchlab/netbox-dns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754967,"owners_count":21958934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","netbox","netbox-plugin"],"created_at":"2024-08-03T22:01:05.585Z","updated_at":"2025-05-12T14:31:22.070Z","avatar_url":"https://github.com/auroraresearchlab.png","language":"Python","funding_links":[],"categories":["Archived"],"sub_categories":[],"readme":"# NetBox DNS HAS MOVED\n\nNEW HOME: https://github.com/peteeckel/netbox-plugin-dns\n\nThanks to everyone who contributed to this project.\n\n---\n\n\u003ch1 align=\"center\"\u003eNetBox DNS\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003eNetBox DNS is a NetBox plugin for managing DNS data.\u003c/i\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://pypi.org/project/netbox-dns/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/netbox-dns\" alt=\"PyPi\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/auroraresearchlab/netbox-dns\" alt=\"Stars Badge\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/network/members\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/auroraresearchlab/netbox-dns\" alt=\"Forks Badge\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/pulls\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-pr/auroraresearchlab/netbox-dns\" alt=\"Pull Requests Badge\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/auroraresearchlab/netbox-dns\" alt=\"Issues Badge\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/graphs/contributors\"\u003e\u003cimg alt=\"GitHub contributors\" src=\"https://img.shields.io/github/contributors/auroraresearchlab/netbox-dns?color=2b9348\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/auroraresearchlab/netbox-dns/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/auroraresearchlab/netbox-dns?color=2b9348\" alt=\"License Badge\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Features\n\n* Manage name servers\n* Manage DNS zone information, automatically generating SOA and NS records\n* Automatically create and update PTR records for A and AAAA records\n* Optionally organize zones in views to cater for split horizon DNS and multi site deployments\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.4 or higher\n* Python 3.8 or higher\n\n## Installation \u0026 Configuration\n\n### Installation\n\n```\n$ source /opt/netbox/venv/bin/activate\n(venv) $ pip install netbox-dns\n```\n\n### Configuration\n\nAdd the plugin to the NetBox config. `~/netbox/configuration.py`\n\n```python\nPLUGINS = [\n    \"netbox_dns\",\n]\n```\n\nTo permanently mount the plugin when updating NetBox:\n\n```\necho netbox-dns \u003e\u003e ~/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 reference: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)\n\n## Screenshots\n\n![Zones](https://raw.githubusercontent.com/auroraresearchlab/netbox-dns/main/docs/images/ZoneList.png)\n\n![Zone Detail](https://raw.githubusercontent.com/auroraresearchlab/netbox-dns/main/docs/images/ZoneDetail.png)\n\n![Records](https://raw.githubusercontent.com/auroraresearchlab/netbox-dns/main/docs/images/RecordList.png)\n\n![Record Detail](https://raw.githubusercontent.com/auroraresearchlab/netbox-dns/main/docs/images/RecordDetail.png)\n\n## Contribute\n\nContributions are always welcome! Please see: [contributing guide](CONTRIBUTING.md)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauroraresearchlab%2Fnetbox-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauroraresearchlab%2Fnetbox-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauroraresearchlab%2Fnetbox-dns/lists"}