{"id":34587333,"url":"https://github.com/daoudeddy/hassio-addons","last_synced_at":"2026-04-18T10:04:55.638Z","repository":{"id":38388143,"uuid":"470534383","full_name":"daoudeddy/hassio-addons","owner":"daoudeddy","description":"Zerotier ZeroNS addon for Home Assistant ","archived":false,"fork":false,"pushed_at":"2023-01-22T16:52:56.000Z","size":137,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-06T21:37:23.374Z","etag":null,"topics":["dns","hassio","hassio-addons","home-assistant","homeassistant","zerons","zerotier"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/daoudeddy.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}},"created_at":"2022-03-16T10:29:42.000Z","updated_at":"2023-01-20T17:46:52.000Z","dependencies_parsed_at":"2023-01-28T20:15:45.646Z","dependency_job_id":null,"html_url":"https://github.com/daoudeddy/hassio-addons","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/daoudeddy/hassio-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoudeddy%2Fhassio-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoudeddy%2Fhassio-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoudeddy%2Fhassio-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoudeddy%2Fhassio-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daoudeddy","download_url":"https://codeload.github.com/daoudeddy/hassio-addons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoudeddy%2Fhassio-addons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","hassio","hassio-addons","home-assistant","homeassistant","zerons","zerotier"],"created_at":"2025-12-24T10:34:52.429Z","updated_at":"2026-04-18T10:04:55.625Z","avatar_url":"https://github.com/daoudeddy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZeroNS Home Assistant Addon\n\n[![GitHub Release][releases-shield]][releases]\n\n![Supports aarch64 Architecture][aarch64-shield]\n![Supports amd64 Architecture][amd64-shield]\n![Supports armv7 Architecture][armv7-shield]\n![Supports i386 Architecture][i386-shield]\n\n![Github Actions][github-actions-shield]\n\n[![GitHub Activity][commits-shield]][commits]\n\nZerotier ![ZeroNS][zerons] home assistant addon\n\n## About\n\nZeroNS provides names that are a part of [ZeroTier Central's](https://my.zerotier.com) configured _networks_; once provided an IPv4-capable network it:\n\n- Listens on the local interface joined to that network -- you will want to start one ZeroNS per ZeroTier network.\n- Provides general DNS by forwarding all queries to `/etc/resolv.conf` resolvers that do not match the TLD, similar to `dnsmasq`.\n- Tells Central to point all clients that have the \"Manage DNS\" settings turned **on** to resolve to it.\n- Finally, sets a provided TLD (`.home.arpa` is the default; recommended by IANA), as well as configuring `A` (IPv4) and `AAAA` (IPv6) records for:\n  - Member IDs: `zt-\u003cmemberid\u003e.\u003ctld\u003e` will resolve to the IPv4 \u0026 IPv6 addresses for them.\n  - Names: _if_ the names are compatible with DNS names, they will be converted as such: to `\u003cname\u003e.\u003ctld\u003e`.\n    - Please note that **collisions are possible** and that it's _up to the admin to prevent them_.\n  - It additionally includes PTR records for members, in all scenarios other than 6plane.\n  - _Wildcard everything mode_: this mode enables wildcards for all names under the TLD; for example `my-site.zt-\u003cmemberid\u003e.\u003ctld\u003e` will resolve to the member's IP, and named hosts work the same way.\n\n[:books: Read the full add-on documentation][docs]\n\n## Installation\n\nNavigate in your Home Assistant frontend to **Supervisor** -\u003e **Add-on Store** and add this URL as an additional repository:\n\n```txt\nhttps://github.com/daoudeddy/hassio-addons\n```\nor you can add it by clicking the\nbutton below.\n\n[![Add repository to your Home Assitant instance.][repository-badge]][repository]\n\n**Note:** this addon require [ZeroTier Addon][zerotier-addon] to be installed.\n\n## License\n\nMIT License\n\nCopyright (c) 2019-2022 Eddy Daoud\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n[commits-shield]: https://img.shields.io/github/commit-activity/y/daoudeddy/hassio-addons.svg\n[commits]: https://github.com/daoudeddy/zerons-addon/commits/main\n[docs]: zerons/DOCS.md\n[github-actions-shield]: https://github.com/daoudeddy/zerons-addon/actions/workflows/build.yml/badge.svg\n[github-actions]: https://github.com/daoudeddy/zerons-addon/actions\n[releases-shield]: https://img.shields.io/github/release/daoudeddy/hassio-addons.svg\n[releases]: https://github.com/daoudeddy/zerons-addon/releases\n[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg\n[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fdaoudeddy%2Fhassio-addons\n[zerons]: https://github.com/zerotier/zeronsd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaoudeddy%2Fhassio-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaoudeddy%2Fhassio-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaoudeddy%2Fhassio-addons/lists"}