{"id":37214500,"url":"https://github.com/fardog/reverseoperator","last_synced_at":"2026-01-15T00:49:30.900Z","repository":{"id":54801590,"uuid":"112576493","full_name":"fardog/reverseoperator","owner":"fardog","description":"A work-in-progress DNS-over-HTTPS server with a Google DNS-over-HTTPS compatible API","archived":true,"fork":false,"pushed_at":"2021-01-28T16:54:53.000Z","size":3607,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T00:28:05.225Z","etag":null,"topics":["dns","dns-over-https","google-dns","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":"2017-11-30T06:58:27.000Z","updated_at":"2023-01-28T10:51:35.000Z","dependencies_parsed_at":"2022-08-14T03:20:21.705Z","dependency_job_id":null,"html_url":"https://github.com/fardog/reverseoperator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fardog/reverseoperator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Freverseoperator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Freverseoperator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Freverseoperator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Freverseoperator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fardog","download_url":"https://codeload.github.com/fardog/reverseoperator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fardog%2Freverseoperator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28440499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:34:46.850Z","status":"ssl_error","status_checked_at":"2026-01-15T00:34:46.551Z","response_time":107,"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-over-https","google-dns","privacy"],"created_at":"2026-01-15T00:49:30.308Z","updated_at":"2026-01-15T00:49:30.887Z","avatar_url":"https://github.com/fardog.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reverseoperator\n\n**Deprecation Notice:** This repository is deprecated in favor of [dnoxy][].\n\n[dnoxy]: https://github.com/fardog/dnoxy\n\n[![Build Status](https://travis-ci.org/fardog/reverseoperator.svg?branch=master)](https://travis-ci.org/fardog/reverseoperator)\n[![](https://godoc.org/github.com/fardog/reverseoperator?status.svg)](https://godoc.org/github.com/fardog/reverseoperator)\n\nA DNS-over-HTTPS server with a Google [DNS-over-HTTPS][dnsoverhttps] compatible\nAPI. Allows you to run your own Google DNS-over-HTTPS compatible server.\n\nThis service pairs well with [secure-operator][], which can act as a\nDNS-protocol bridge for your local network.\n\n**This service is *alpha quality*.** For now, installing from source is the\nonly option; once it is of release quality, releases will be provided.\n\n## Installation\n\nInstall using `go get`:\n\n```\ngo get -u github.com/fardog/reverseoperator/cmd/reverse-operator\n```\n\nThen either run the built package:\n\n```\nreverse-operator\n```\n\nThis will start an HTTP server listening at `:80`. For usage information, run\n`reverse-operator --help`.\n\n**Note:** Running a service on port `80` requires administrative privileges on\nmost systems. For local development, you may specify a different port using the\n`--listen` flag.\n\n## Version Compatibility\n\nThis package follows [semver][] for its tagged releases. The `master` branch is\nalways considered stable, but may break API compatibility. If you require API\nstability, either use the tagged releases or mirror on gopkg.in:\n\n```\ngo get -u gopkg.in/fardog/reverseoperator.v0\n```\n\n## Caveats\n\n* No DNS lookup caching is implemented, and likely never will; every request\n  will cause a lookup against the configured upstream DNS servers. If you need\n  caching, it's up to you to configure a caching DNS server (such as\n  [dnsmasq][]) which `reverse-operator` will request against.\n\n## License\n\n```\n   Copyright 2017 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\nThe Google DNS-over-HTTPS API is licensed under the\n[Creative Commons Attribution 3.0 License][cc-by-3.0] license.\n\n[dnsoverhttps]: https://developers.google.com/speed/public-dns/docs/dns-over-https\n[cc-by-3.0]: http://creativecommons.org/licenses/by/3.0/\n[secure-operator]: https://github.com/fardog/secureoperator\n[dnsmasq]: http://www.thekelleys.org.uk/dnsmasq/doc.html\n[semver]: https://semver.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardog%2Freverseoperator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffardog%2Freverseoperator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardog%2Freverseoperator/lists"}