{"id":18864869,"url":"https://github.com/rshipp/dns-webui","last_synced_at":"2025-04-14T13:21:51.505Z","repository":{"id":145368533,"uuid":"20980275","full_name":"rshipp/dns-webui","owner":"rshipp","description":"View and edit A and CNAME records in a local DNS server.","archived":false,"fork":false,"pushed_at":"2020-06-14T23:45:44.000Z","size":8,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T09:58:07.323Z","etag":null,"topics":["dns","dns-server","dnspython","management","pyramid","python","webapp","webui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rshipp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2014-06-18T22:33:43.000Z","updated_at":"2024-06-03T17:08:32.000Z","dependencies_parsed_at":"2023-04-14T23:32:22.512Z","dependency_job_id":null,"html_url":"https://github.com/rshipp/dns-webui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fdns-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fdns-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fdns-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fdns-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rshipp","download_url":"https://codeload.github.com/rshipp/dns-webui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886334,"owners_count":21177645,"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","dns-server","dnspython","management","pyramid","python","webapp","webui"],"created_at":"2024-11-08T04:44:19.943Z","updated_at":"2025-04-14T13:21:51.488Z","avatar_url":"https://github.com/rshipp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DNS Web-UI\n==========\n\nA simple management interface for a single DNS server, built on Pyramid,\nBootstrap 3, DataTables and dnspython. This has only been tested with\nBIND9, but should (in theory) support any DNS server that allows `AXFR`\ntransfer queries.\n\n## Setup\n\nEdit the `self.bind9` assignment in  `bind9ui/views.py` to point to your\nserver and use the zone you want to manage. By default, these are\n`127.0.0.1` and `local`. After that, you can run the app with Pyramid's\n`pserve`, or your production-ready server of choice. A sample\n`pyramid.wsgi` file is provided; edit the path to point to your\ninstallation if you decide to use that.\n\n## Security\n\nThe app won't let you inject arbitrary record types (only `A` and\n`CNAME` are allowed), and has some naive limits on other fields, but\nthat's about as far as it goes. There is no authentication, and it\nassumes that your DNS server allows `AXFR` requests from anyone. You\nshould NOT be using this on a public-facing DNS server, or have the app\nitself where just anyone can get to it. Put it on a trusted intranet to\nget a pretty web interface for your local zone.\n\n## Troubleshooting\n\n```\n...\n    for name, node in z.nodes.items():\nUnboundLocalError: local variable 'z' referenced before assignment\n```\n\nThis means the server you're trying to use either doesn't exist, or\n(perhaps more likely) doesn't allow zone transfers. This app was meant\nto be used with a local DNS server that you manage yourself (and can\nenable transfers for).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fdns-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frshipp%2Fdns-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fdns-webui/lists"}