New feature: Data Stream Types (TLS/RAW). Performance enhancements. (V0.4.0)

This commit is contained in:
PinkP4nther 2021-09-28 03:32:36 -07:00
commit 490caf9e5e
9 changed files with 383 additions and 165 deletions

View file

@ -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"