Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议 #328

Open
ghost opened this issue Oct 29, 2024 · 1 comment
Open

建议 #328

ghost opened this issue Oct 29, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 29, 2024

无论转多少圈访dash.cloudflare.com配置Cloudflare始终检测到巡环,虽然Cloudflare拒绝访问,建议大神在内核建立一条代码为(拒绝访问dash.cloudflare.com配置)这样可以玩久一点,巡环有多严重大神比我明。

@wrackful
Copy link

wrackful commented Dec 5, 2024

Maybe you can do this after adding this code in the requests section:
const url = new URL(request.url);

// Check that the URL does not redirect to dash.cloudflare.com
if (url.hostname === 'dash.cloudflare.com') {
return new Response('Access Denied', { status: 403 });
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant