ruan
ruan
Explore posts from servers
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
im using the tunnel to expose a websocket server, im not expecting any other connection than the handshake to connect to the socket also, no more than 1 connection per ip do you suggest any other rule i could add?
7 replies
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
thankyou !! do i need to restart the tunnel after modifying or setting a rule?
7 replies
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
(http.request.method ne "GET" or not len(http.request.headers["upgrade"]) > 0 or not len(http.request.headers["connection"]) > 0 or all(http.request.headers["upgrade"][*] ne "websocket") or all(http.request.headers["connection"][*] ne "upgrade"))
(http.request.method ne "GET" or not len(http.request.headers["upgrade"]) > 0 or not len(http.request.headers["connection"]) > 0 or all(http.request.headers["upgrade"][*] ne "websocket") or all(http.request.headers["connection"][*] ne "upgrade"))
7 replies
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
so do you mean these rules also work for tunnels?
7 replies
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
but why ors, im trying to understand whats wrong
7 replies
CDCloudflare Developers
Created by ruan on 3/25/2025 in #general-help
Security WAF rules doesnt work for Cloudflare tunnels?
why
7 replies