Fix doc example

This commit is contained in:
PinkP4nther 2021-10-08 21:44:08 -07:00
commit ea69dfcced

View file

@ -70,8 +70,8 @@
//! bind_port: "443".to_string(),
//! remote_host: "remote.com".to_string(),
//! remote_port: "443".to_string(),
//! ssl_private_key_path: "./remote.com.key".to_string(),
//! ssl_cert_path: "./remote.com.crt".to_string(),
//! ssl_private_key_path: Some("./remote.com.key".to_string()),
//! ssl_cert_path: Some("./remote.com.crt".to_string()),
//! })
//! );
//! // Start listening