mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
feat(admin): 完善代理节点与 OAuth 授权管理
This commit is contained in:
@@ -308,7 +308,9 @@ async fn maybe_forward_public_request_to_tunnel_owner(
|
||||
}
|
||||
};
|
||||
|
||||
let Some(proxy) = crate::provider_transport::resolve_transport_proxy_snapshot(&transport)
|
||||
let Some(proxy) = state
|
||||
.resolve_transport_proxy_snapshot_with_tunnel_affinity(&transport)
|
||||
.await
|
||||
else {
|
||||
return Ok(None);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user