Installation

This commit is contained in:
Frank Denis 2018-02-06 14:17:56 +01:00
parent da64e3d8b5
commit 2bcd4364aa

View file

@ -2,6 +2,14 @@
A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS, which is actually DNS-over-HTTP/2.
## Installation
Requires rust-nightly.
```sh
cargo install doh-proxy
```
## Usage
```text