{"id":42322355,"url":"https://github.com/antoinet/chzone","last_synced_at":"2026-01-27T12:44:17.473Z","repository":{"id":39095772,"uuid":"326081507","full_name":"antoinet/chzone","owner":"antoinet","description":"Daily dump of domains in the .ch zonefile","archived":false,"fork":false,"pushed_at":"2026-01-20T02:52:08.000Z","size":574807,"stargazers_count":31,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-20T09:35:59.329Z","etag":null,"topics":["dns","opendata","switzerland"],"latest_commit_sha":null,"homepage":"https://portal.switch.ch/pub/open-data/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antoinet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-02T00:40:21.000Z","updated_at":"2026-01-20T02:52:14.000Z","dependencies_parsed_at":"2025-04-18T03:45:53.643Z","dependency_job_id":"9f87988f-c59b-4a9f-8b56-cded6fcbc878","html_url":"https://github.com/antoinet/chzone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoinet/chzone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinet%2Fchzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinet%2Fchzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinet%2Fchzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinet%2Fchzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoinet","download_url":"https://codeload.github.com/antoinet/chzone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinet%2Fchzone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","opendata","switzerland"],"created_at":"2026-01-27T12:44:15.828Z","updated_at":"2026-01-27T12:44:17.465Z","avatar_url":"https://github.com/antoinet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chzone\n\n[![update-zone](https://github.com/antoinet/chzone/actions/workflows/update-zone.yml/badge.svg)](https://github.com/antoinet/chzone/actions/workflows/update-zone.yml)\n\nDaily dump of domains in the .ch zone file. By using this repository, you agree to use the zone file data only for combating\ncybercrime, scientific and social research or for other purposes in the public interest. See https://www.switch.ch/open-data/.\n\n## Examples\n\nFind the commit in which a particular domain was added/removed\n```\n$ git log -S chplusplus.ch\ncommit a106bf5750bfeed3c0fc413b66c9e7f580b4fd62\nAuthor: Antoine Neuenschwander \u003cantoine@schoggi.org\u003e\nDate:   Mon Jan 18 00:45:29 2021 +0000\n\n    2021011801\n```\n\nIdentify the commit for a particular date\n```\n$ git log --before=2021-01-18 --after=2021-01-17\ncommit a106bf5750bfeed3c0fc413b66c9e7f580b4fd62\nAuthor: Antoine Neuenschwander \u003cantoine@schoggi.org\u003e\nDate:   Mon Jan 18 00:45:29 2021 +0000\n\n    2021011801\n```\n\nList domains that were added/removed at that particular date\n(-U0 means: 0 context lines in diff for better readability)\n```\n$ git show -U0 a106bf5750bfeed3c0fc413b66c9e7f580b4fd62\ncommit a106bf5750bfeed3c0fc413b66c9e7f580b4fd62\nAuthor: Antoine Neuenschwander \u003cantoine@schoggi.org\u003e\nDate:   Mon Jan 18 00:45:29 2021 +0000\n\n    2021011801\n\ndiff --git a/ch_uniq.txt b/ch_uniq.txt\nindex 9e20983..1064492 100644\n--- a/ch_uniq.txt\n+++ b/ch_uniq.txt\n@@ -1281 +1280,0 @@\n-100percentpure.ch.\n@@ -2218 +2216,0 @@\n-123juris.ch.\n...\n```\n\nShow all domains at that particular date\n```\n$ git show a106bf5750bfeed3c0fc413b66c9e7f580b4fd62:ch_uniq.txt\n...\nchplanung.ch.\nchplus.ch.\nchplusapp.ch.\nchplusplus.ch.\nchpm.ch.\nchpneu.ch.\nchpo.ch.\nchpoint.ch.\nchpolitik.ch.\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinet%2Fchzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinet%2Fchzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinet%2Fchzone/lists"}