{"id":20196013,"url":"https://github.com/thehxdev/ddoh","last_synced_at":"2026-02-05T18:32:07.919Z","repository":{"id":250625795,"uuid":"834246806","full_name":"thehxdev/ddoh","owner":"thehxdev","description":"Simple and easy to use DoH client","archived":false,"fork":false,"pushed_at":"2024-12-22T23:09:18.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T20:49:57.466Z","etag":null,"topics":["dns","dns-client","dns-over-https","doh","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/thehxdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-26T18:46:48.000Z","updated_at":"2024-12-22T23:09:21.000Z","dependencies_parsed_at":"2025-01-13T19:35:18.334Z","dependency_job_id":"e3b565f6-f8e6-450f-be32-bc31ca629322","html_url":"https://github.com/thehxdev/ddoh","commit_stats":null,"previous_names":["thehxdev/ddoh"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/thehxdev/ddoh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fddoh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fddoh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fddoh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fddoh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thehxdev","download_url":"https://codeload.github.com/thehxdev/ddoh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fddoh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"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","dns-client","dns-over-https","doh","golang"],"created_at":"2024-11-14T04:21:08.554Z","updated_at":"2026-02-05T18:32:07.900Z","avatar_url":"https://github.com/thehxdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddoh\nddoh is a simple and easy to use DNS-over-HTTPS client that acts like a normal dns server on `127.0.0.1:53` and\nsends DNS requests to specified DoH server.\n\n\n## Build\n\n### Linux / macOS\n```bash\nCGO_ENABLED=0 go build -ldflags='-s -w -buildid=' .\n```\n\n### Windows\n```powershell\n$env:CGO_ENABLED=0\ngo build -ldflags='-s -w -buildid=' .\n```\n\n### Makefile\n```bash\nmake\n```\n\n\n## Usage\nBefore starting ddoh, make sure that port 53 is open and not used by another process. Then:\n\n\u003e [!WARNING]\n\u003e Starting a server on port 53 needs superuser access. You may need to start `ddoh` with `sudo` or as root user.\n\n```bash\n./ddoh -c config.json\n```\n\n## Config\nConfig file is in JSON format.\n```json\n{\n    \"local_resolver\": \"9.9.9.9\",\n    \"doh_server\": \"https://max.rethinkdns.com/rec\",\n    \"doh_ip\": \"137.66.7.89\",\n    \"udp_buffer_size\": 512\n}\n```\n\n- `local_resolver`: Used to resolve the DoH server hostname. Must be an IP address.\n- `doh_server`: DoH URL\n- `doh_ip` (optional): Sometimes DoH servers are limited due to censorship. You can specify DoH hostname's IP address.\nIf IP address is sprecified, ddoh will not use `local_resolver`.\n- `udp_buffer_size`: UDP buffer size. Higher values will increase memory usage. (default value `512`)\n\n\n## Contribution\nIf you can improve the source code or make this software better, feel free to send a PR :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fddoh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthehxdev%2Fddoh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fddoh/lists"}