tls is now enabled by default

This commit is contained in:
Frank Denis 2020-02-01 22:27:25 +01:00
parent cb8c324def
commit 13229624a7

View file

@ -13,16 +13,16 @@ A fast and secure DoH (DNS-over-HTTPS) server written in Rust.
This requires the `rust` compiler to be installed.
Without built-in support for HTTPS:
With built-in support for HTTPS (default):
```sh
cargo install doh-proxy
```
With built-in support for HTTPS (requires openssl-dev):
Without built-in support for HTTPS:
```sh
cargo install doh-proxy
cargo install doh-proxy --no-default-features
```
## Usage