New feature: Data Stream Types (TLS/RAW). Performance enhancements. (V0.4.0)
This commit is contained in:
parent
52a5e40748
commit
490caf9e5e
9 changed files with 383 additions and 165 deletions
|
|
@ -3,4 +3,6 @@ bind_port = "443"
|
|||
ssl_private_key_path = "./remote.com.key"
|
||||
ssl_cert_path = "./remote.com.crt"
|
||||
remote_host = "remote.com"
|
||||
remote_port = "443"
|
||||
remote_port = "443"
|
||||
downstream_data_type = "tls"
|
||||
upstream_data_type = "tls"
|
||||
Loading…
Add table
Add a link
Reference in a new issue