Skip to content

Commit 6ee86f0

Browse files
authored
README fixes (#31)
* fix links to Quad9 * remove mentions of reverseoperator, which was never really worked on. * add links to dnoxy
1 parent 4ae6cdb commit 6ee86f0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ It's known to work with the following providers:
1212
* [Google][dnsoverhttps] - Well tested and configured by default
1313
* [Cloudflare][] _(Beta)_ - May be used by passing the `--cloudflare` flag
1414
* [Quad9][] _(Beta)_ - May be used by passing the `--quad9' flag
15+
16+
If you're interested in a more roll-your-own-DNS system, you might look at
17+
[dnoxy][], a sibling project to secureoperator which allows running your own
18+
DNS-over-HTTPS servers.
19+
1520
## Installation
1621

1722
You may retrieve binaries from [the releases page][releases], or install using
@@ -100,9 +105,6 @@ following areas could use work:
100105
* More thorough unit tests
101106
* Installable packages for your favorite Linux distributions
102107
* Documentation on deploying secureoperator to a local network
103-
* Contributions to [reverseoperator][], the work-in-progress sibling project to
104-
secureoperator which enables API compatible independent DNS-over-HTTPS servers
105-
to be run
106108

107109
### Known Issues
108110

@@ -144,5 +146,6 @@ This owes heavily to the following work:
144146
[semver]: http://semver.org/
145147
[wiki-setup]: https://github.com/fardog/secureoperator/wiki/Setting-up-dnsmasq-with-secureoperator
146148
[dnsmasq]: http://www.thekelleys.org.uk/dnsmasq/doc.html
147-
[reverseoperator]: https://github.com/fardog/reverseoperator
148149
[cloudflare]: https://1.1.1.1/
150+
[quad9]: https://www.quad9.net/
151+
[dnoxy]: https://github.com/fardog/dnoxy

0 commit comments

Comments
 (0)