mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
tls is now enabled by default
This commit is contained in:
parent
cb8c324def
commit
13229624a7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue