{"id":22631673,"url":"https://github.com/getpinga/parkdns-go","last_synced_at":"2026-05-29T03:31:18.924Z","repository":{"id":145460215,"uuid":"595183220","full_name":"getpinga/parkDNS-go","owner":"getpinga","description":"A Golang-based DNS server for unified domain management.","archived":false,"fork":false,"pushed_at":"2023-01-30T15:13:55.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T22:00:04.014Z","etag":null,"topics":["dns","dns-server","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/getpinga.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}},"created_at":"2023-01-30T15:13:45.000Z","updated_at":"2024-03-02T12:46:49.000Z","dependencies_parsed_at":"2024-04-03T03:06:05.345Z","dependency_job_id":"71fb663a-3b1a-4382-baa2-cacdef2dcfc5","html_url":"https://github.com/getpinga/parkDNS-go","commit_stats":null,"previous_names":["getpinga/parkdns"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getpinga/parkDNS-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2FparkDNS-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2FparkDNS-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2FparkDNS-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2FparkDNS-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getpinga","download_url":"https://codeload.github.com/getpinga/parkDNS-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2FparkDNS-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33635961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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","dns-server","golang"],"created_at":"2024-12-09T02:10:41.769Z","updated_at":"2026-05-29T03:31:18.908Z","avatar_url":"https://github.com/getpinga.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parkDNS\nA Golang-based DNS server for unified domain management. Install and define the zone in the config file. Then point all domains to in and it will serve the same zone details for all parked domains.\n\n## Install\n\n```\n$ go get github.com/miekg/dns\n$ go build parkdns.go\n$ sudo ./parkdns\n```\n\n## records.json sample\n\n```\n{\n  \"records\": [\n    {\n      \"type\": 1,\n      \"ttl\": 3600,\n      \"data\": \"192.168.1.1\"\n    },\n    {\n      \"type\": 15,\n      \"ttl\": 3600,\n      \"data\": \"mail.example.com.\",\n      \"priority\": 10\n    },\n    {\n      \"type\": 15,\n      \"ttl\": 3600,\n      \"data\": \"mail2.example.com.\",\n      \"priority\": 20\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpinga%2Fparkdns-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetpinga%2Fparkdns-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpinga%2Fparkdns-go/lists"}