Structured example folder
This commit is contained in:
parent
a879755865
commit
556c396727
3 changed files with 2 additions and 2 deletions
|
|
@ -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 = "../../"}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue