You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 });
}
无论转多少圈访dash.cloudflare.com配置Cloudflare始终检测到巡环,虽然Cloudflare拒绝访问,建议大神在内核建立一条代码为(拒绝访问dash.cloudflare.com配置)这样可以玩久一点,巡环有多严重大神比我明。
The text was updated successfully, but these errors were encountered: