wip: support multiple user access endpoints

Co-authored-by: mahmoud <mahmmoud.hassanein@gmail.com>
Co-authored-by: mario <mariobassem12@gmail.com>
This commit is contained in:
2025-01-29 18:12:16 +01:00
parent 2e5f618d0b
commit 6a8bd5c205
5 changed files with 102 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ pub mut:
node_id ?u32
// must be in the format ip:port if tls_passthrough is set, otherwise the format should be http://ip[:port]
backend string @[required]
use_wireguard bool
tls_passthrough bool
}