{"id":18053351,"url":"https://github.com/luzifer/rootzone","last_synced_at":"2025-06-19T23:43:09.249Z","repository":{"id":40293192,"uuid":"188580623","full_name":"Luzifer/rootzone","owner":"Luzifer","description":"Generator for named stub file containing IANA and OpenNIC root zones","archived":false,"fork":false,"pushed_at":"2024-12-12T11:40:26.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T15:41:12.798Z","etag":null,"topics":["dns","generator","golang","named"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luzifer.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},"funding":{"custom":["https://www.paypal.me/luzifer"],"github":["Luzifer"],"ko_fi":"luziferus"}},"created_at":"2019-05-25T15:09:48.000Z","updated_at":"2024-12-12T11:38:55.000Z","dependencies_parsed_at":"2024-06-11T17:22:16.524Z","dependency_job_id":"c5cc6348-8abf-4881-8323-317d42d611ac","html_url":"https://github.com/Luzifer/rootzone","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/Luzifer%2Frootzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Frootzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Frootzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Frootzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luzifer","download_url":"https://codeload.github.com/Luzifer/rootzone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305942,"owners_count":20917208,"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","generator","golang","named"],"created_at":"2024-10-30T23:16:53.050Z","updated_at":"2025-04-05T08:11:50.563Z","avatar_url":"https://github.com/Luzifer.png","language":"Go","funding_links":["https://www.paypal.me/luzifer","https://github.com/sponsors/Luzifer","https://ko-fi.com/luziferus"],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/rootzone)](https://goreportcard.com/report/github.com/Luzifer/rootzone)\n![](https://badges.fyi/github/license/Luzifer/rootzone)\n![](https://badges.fyi/github/downloads/Luzifer/rootzone)\n![](https://badges.fyi/github/latest-release/Luzifer/rootzone)\n\n# Luzifer / rootzone\n\n`rootzone` is a small util for my [personal-dns](https://github.com/luzifer-docker/personal-dns) project to collect all IANA and OpenNIC TLDs and generate a named stub file for bind to be able to resolve those TLDs without delegation to third-party nameservers which might be modifying the original responses from the root nameservers.\n\n## Building\n\n```console\n$ go get github.com/Luzifer/rootzone\n```\n\n## Usage\n\n```console\n$ rootzone --help\nUsage of rootzone:\n      --concurrency-limit int       How many queries to execute in parallel (default 50)\n      --iana-filter strings         IANA TLDs to igore (default [arpa.])\n      --iana-tld-list string        IANA TLD list file (default \"https://data.iana.org/TLD/tlds-alpha-by-domain.txt\")\n      --internic-root-file string   Internic root nameserver file (default \"https://www.internic.net/domain/named.root\")\n      --log-level string            Log level (debug, info, warn, error, fatal) (default \"info\")\n      --opennic-filter strings      OpenNIC TLDs to ignore (default [.,opennic.glue.])\n      --opennic-root string         OpenNIC root server (default \"75.127.96.89\")\n      --version                     Prints current version and exits\n```\n\n```console\n$ rootzone | head -n12\n# Autogenerated with rootzone dev\n#\nzone \"aaa.\" in {\n  type static-stub;\n  server-addresses { 156.154.144.2; 156.154.145.2; 156.154.156.2; 156.154.157.2; 156.154.158.2; 156.154.159.2; };\n};\n#\nzone \"aarp.\" in {\n  type static-stub;\n  server-addresses { 192.42.173.30; 192.42.174.30; 192.42.175.30; 192.42.176.30; };\n};\n#\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Frootzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluzifer%2Frootzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Frootzone/lists"}