diff --git a/site/content/_index.md b/site/content/_index.md index 48d9ccb3..43e9f236 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -22,8 +22,8 @@ cargo install --locked trunk You can also toggle some features using the `--features` flag:
-
rustls (default)
Use rustls for client and server sockets
-
native-tls
Enable the use of the system native TLS stack for client sockets, and `openssl` for server sockets
+
rustls
Use rustls for client and server sockets
+
native-tls (default)
Enable the use of the system native TLS stack for client sockets, and `openssl` for server sockets
update_check (default)
Enable the update check on startup