Structured example folder

This commit is contained in:
PinkP4nther 2021-08-18 05:00:05 -07:00
commit 556c396727
3 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sslrelay = {path = "../SSLRelay-lib"}
sslrelay = {path = "../../"}

View file

@ -4,4 +4,4 @@ ssl_private_key_path = "./remote.com.key"
ssl_cert_path = "./remote.com.crt"
remote_host = "remote.com"
remote_port = "443"
verbose_level = "2"
verbose_level = "2"