8 lines
No EOL
205 B
TOML
8 lines
No EOL
205 B
TOML
bind_host = "0.0.0.0"
|
|
bind_port = "443"
|
|
ssl_private_key_path = "./ssl.key"
|
|
ssl_cert_path = "./ssl.crt"
|
|
remote_host = "remote.com"
|
|
remote_port = "443"
|
|
downstream_data_type = "tls"
|
|
upstream_data_type = "tls" |