feat: secure proxy should work now as well

This commit is contained in:
DJMrTV 2025-06-13 12:36:28 +02:00
commit 29f3ab6348
13 changed files with 335 additions and 101 deletions

View file

@ -75,5 +75,10 @@ name = "proxy_secure"
path = "src/executables/proxy_secure.rs"
[[bin]]
name = "backend_server"
path = "src/executables/backend_server.rs"
name = "backend_server_insecure"
path = "src/executables/backend_server_insecure.rs"
[[bin]]
name = "backend_server_secure"
path = "src/executables/backend_server_secure.rs"