feat(rustproxy): add authenticated VPN route security
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user