Data handling completely rebuilt. Now correctly handles all TCP/IP traffic.
This commit is contained in:
parent
1aa97d6493
commit
f19c7d8f2a
12 changed files with 493 additions and 604 deletions
6
examples/modifydata/relay_config.toml
Normal file
6
examples/modifydata/relay_config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue