Can now specify no cert or key for when the listening side of the Relay is in RAW TCP mode.
This commit is contained in:
parent
d9f7fdec6e
commit
b5e1a03ced
5 changed files with 39 additions and 23 deletions
|
|
@ -176,8 +176,8 @@ pub struct RelayConfig {
|
|||
pub bind_port: String,
|
||||
pub remote_host: String,
|
||||
pub remote_port: String,
|
||||
pub ssl_private_key_path: String,
|
||||
pub ssl_cert_path: String,
|
||||
pub ssl_private_key_path: Option<String>,
|
||||
pub ssl_cert_path: Option<String>,
|
||||
}
|
||||
|
||||
/// CallbackRet for blocking callback functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue