{"id":21959316,"url":"https://github.com/sbarbett/uddr_docker_relay","last_synced_at":"2026-05-01T00:31:18.363Z","repository":{"id":232415216,"uuid":"780627709","full_name":"sbarbett/uddr_docker_relay","owner":"sbarbett","description":"A Docker container that relays DNS queries to Vercara's UltraDDR service","archived":false,"fork":false,"pushed_at":"2024-04-10T16:03:52.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T20:11:50.637Z","etag":null,"topics":["dns-over-https","dnscrypt-proxy","docker","protective-dns","ultraddr"],"latest_commit_sha":null,"homepage":"https://www.vercara.com","language":"Python","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/sbarbett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-01T21:31:52.000Z","updated_at":"2024-04-24T19:11:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"97b2edac-b1d0-4bb5-a159-6ddc8d425ddc","html_url":"https://github.com/sbarbett/uddr_docker_relay","commit_stats":null,"previous_names":["sbarbett/uddr_docker_relay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbarbett/uddr_docker_relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fuddr_docker_relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fuddr_docker_relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fuddr_docker_relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fuddr_docker_relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbarbett","download_url":"https://codeload.github.com/sbarbett/uddr_docker_relay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fuddr_docker_relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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-over-https","dnscrypt-proxy","docker","protective-dns","ultraddr"],"created_at":"2024-11-29T09:27:36.941Z","updated_at":"2026-05-01T00:31:18.338Z","avatar_url":"https://github.com/sbarbett.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uddr_docker_relay\n\nThis repository contains a Dockerfile that spins up a container running a BIND server. This BIND server relays queries to dnscrypt-proxy, which resolves the queries via DoH (DNS-over-HTTPS) using custom resolvers.\n\n## Prerequisites\n\n- Docker installed on your machine.\n\n## Installation and Configuration\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/sbarbett/uddr_docker_relay\n   ```\n2. Build the Docker container:\n\t```bash\n\tdocker build -t dns-relay .\n\t```\n3. Run the container, passing your UDDR client UID (install key) as an environment variable and opening port 53:\n\t```bash\n\tdocker run -d --name dns-relay -e CLIENT_ID=your_client_id -p 53:53/udp -p 53:53/tcp dns-relay\n\t```\n\nNow, you can test it by using dig or nslookup to perform a DNS query:\n\n```\ndig @localhost example.com\n```\n\n## License\n\nThis script is provided under the MIT License. See the LICENSE.md for the full declaration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Fuddr_docker_relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbarbett%2Fuddr_docker_relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Fuddr_docker_relay/lists"}