how to disable tls

pull/14/head
dvkt 4 years ago
parent 5688e8c4bb
commit 4f95b63a9f

@ -67,7 +67,11 @@ to build with TLS support on **linux**, you need `openssl` and
to build without TLS support, build with the `no-tls` feature:
cargo build --features disable-tls
you can check whether TLS is enabled by visiting the About page:
cargo run --features disable-tls -- gopher://phetch/about
## screenies

Loading…
Cancel
Save