mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
feat(auth): 添加 Turnstile 注册防护
This commit is contained in:
@@ -1054,6 +1054,10 @@ pub(crate) async fn proxy_request(
|
||||
&state,
|
||||
&request_context,
|
||||
&parts.headers,
|
||||
parts
|
||||
.extensions
|
||||
.get::<crate::middleware::CfConnectingIp>()
|
||||
.map(|value| value.0.as_str()),
|
||||
local_proxy_body.as_ref(),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user