6 lines
No EOL
163 B
TOML
6 lines
No EOL
163 B
TOML
bind_host = "0.0.0.0"
|
|
bind_port = "443"
|
|
ssl_private_key_path = "./remote.com.key"
|
|
ssl_cert_path = "./remote.com.crt"
|
|
remote_host = "remote.com"
|
|
remote_port = "443" |