{"id":22285137,"url":"https://github.com/fardog/dnoxy","last_synced_at":"2025-07-28T22:31:09.589Z","repository":{"id":57693424,"uuid":"143636882","full_name":"fardog/dnoxy","owner":"fardog","description":"A DNS-over-HTTPS client proxy and server, with Cloudflare compatible interfaces.","archived":false,"fork":false,"pushed_at":"2019-05-17T05:49:34.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T14:28:23.087Z","etag":null,"topics":["cloudflare","cloudflare-dns","dns","dns-over-https","dns-protocol-proxy","dns-server","privacy"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fardog.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":"2018-08-05T18:15:06.000Z","updated_at":"2021-07-25T03:25:35.000Z","dependencies_parsed_at":"2022-09-26T21:00:51.404Z","dependency_job_id":null,"html_url":"https://github.com/fardog/dnoxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Fdnoxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Fdnoxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Fdnoxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Fdnoxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fardog","download_url":"https://codeload.github.com/fardog/dnoxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227961889,"owners_count":17847836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cloudflare","cloudflare-dns","dns","dns-over-https","dns-protocol-proxy","dns-server","privacy"],"created_at":"2024-12-03T16:51:16.287Z","updated_at":"2024-12-03T16:51:16.877Z","avatar_url":"https://github.com/fardog.png","language":"Go","readme":"# dnoxy\n\nA DNS-over-HTTPS client proxy and server with Cloudflare compatible interfaces,\n_dnoxy_ (pronounced \"d-NOX-y\") is a collection of services for running a\nDNS-over-HTTPS server, and a local network DNS proxy for those servers.\n\n**Note:** This is proof of concept code, and should not be relied upon for\nproduction use. If you're interested in communicating with existing\nDNS-over-HTTPS servers—such as those run by [Cloudflare][cdns] or\n[Google][gdns]—you should look at [secure-operator][secop].\n\n[secop]: https://github.com/fardog/secureoperator\n[gdns]: https://developers.google.com/speed/public-dns/docs/dns-over-https\n[cdns]: https://developers.cloudflare.com/1.1.1.1/dns-over-https/\n\nRight now, _dnoxy_ has two components:\n\n- `dnoxy-http` – an HTTP server which implements Cloudflare's [DNS-over-HTTPS\n  DNS Wireformat][dns-wireformat], and looks up answers against plain DNS.\n- `dnoxy-dns` – a DNS server which can perform lookups against a DNS-over-HTTPS\n  server, such as `dnoxy-http` or Cloudflare DNS.\n\n[dns-wireformat]:\n  https://developers.cloudflare.com/1.1.1.1/dns-over-https/wireformat/\n\nA simplified deployment would be:\n\n```\n           dns req                | http req |                 dns req\n+--------+         +-----------+  |          |  +------------+         +------------+\n| client | ------\u003e | dnoxy-dns | -------------\u003e | dnoxy-http | ------\u003e | dns server |\n+--------+         +-----------+  |          |  +------------+         +------------+\n        Local Network             | Internet |             Remote Network\n```\n\nOf course, that's no better than current DNS since it's unencrypted, and no\ncaching would be performed; but these services are meant to be no more than\nbuilding blocks. You would pair `dnoxy-dns` with a caching DNS server like\n[dnsmasq][], and `dnoxy-http` with an HTTPS terminator proxy like [nginx][].\n\n[dnsmasq]: http://www.thekelleys.org.uk/dnsmasq/doc.html\n[nginx]: https://nginx.org/\n\n## Building\n\nDockerfiles are included for the DNS and HTTP components; to build:\n\n```\n# dns component\ndocker build -t dnoxy-dns:latest -f Dockerfile-dns\n# http component\ndocker build -t dnoxy-http:latest -f Dockerfile-http\n```\n\nDependencies are managed with Go 1.11+ modules; to install without Docker:\n\n```\ngo mod download\ngo install -v ./...\n```\n\n## License\n\n```\n   Copyright 2019 Nathan Wittstock\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardog%2Fdnoxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffardog%2Fdnoxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardog%2Fdnoxy/lists"}