feat(rustproxy): add authenticated VPN route security

This commit is contained in:
2026-05-24 01:25:06 +00:00
parent c161ac664d
commit c7785d2f78
12 changed files with 310 additions and 14 deletions
+1
View File
@@ -208,6 +208,7 @@ impl RustProxy {
rate_limit: None,
basic_auth: None,
jwt_auth: None,
vpn: None,
};
if let Some(ref allow_list) = default_security.ip_allow_list {