yash2843
yash2843
CDCloudflare Developers
Created by yash2843 on 8/15/2024 in #general-help
Issues with Bot Fight Mode Not Detecting Bots on Cloudflare Worker
Got it, so I won't be able to control botManagment using workers logic in free plan, isn't it? Also, in general how secure "bot fight mode" and "Block AI Scrapers and Crawlers" are together combined? Basically I just want to check that no one just randomly sets the header of https version of my website on their request origin. WIll free plan be able to block it or not?
3 replies
CDCloudflare Developers
Created by yash2843 on 8/15/2024 in #general-help
Issues with Bot Fight Mode Not Detecting Bots on Cloudflare Worker
The thing is when I'm developing worker locally I'm able to access this botManagement field, but when I'm deploying the worker, the field is not available.
3 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
My old account had various configurations that I did over time, can those configurations be transfered to the new account, that I will be creating?
12 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
That's my question, how can I reach them? To raise the support request, I need to login to dash.cloudflare.com., but that's my issue that I'm not able to login to dash.cloudflare.com
12 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
No description
12 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
I cannot login to my account, so how can I download them?
12 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
Yes, and DNS also. Basically of dashboard.cloudflare.com
12 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
Got it, thanks for the help. Got to learn something new
17 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
I see, If I run the command:
cloudflared access tcp --hostname db.example.com --url 127.0.0.1:5432
cloudflared access tcp --hostname db.example.com --url 127.0.0.1:5432
Then on any device that is having cloudflared, I will be able to access the non-HTTP service on port 5432, even if the device hosting the service, and the client device are different Is that correct?
17 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
Using the public hostname, I'm trying to access PostgreSQL from the same device on which cloudflared tunnel as well as PostgreSQL are hosted, but still pgadmin is getting connection timed out error.
17 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
Please correct me if I'm wrong: what I'm understanding is suppose I host a non-HTTP service(like PostgreSQL) running on a port(say 5432) on an ip address(say 10.0.1.3), and assign a hostname(say example.com) to this ip address. Then, in the client machine I can't connect to the postgreSQL instance using the hostname example.com:5432 If this is so, then I guess there is a confusion, because we can connect to any service, just by passing the hostname and corresponding port. Whereas in HTTP or HTTPS, we don't have to specify the port explicity because modern browsers understand these protocols, and they themselves adds the standard ports(80 for http, and 443 for https) after domain name.
17 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
I didn't get it, if they can't be publicly routable, how can these services be used? I mean why cloudflare is investing on bringing them under public hostname feature of tunnel?
17 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
But cloudflare tunnel is showing the option to create tunnel with non-HTTP protocols like SSH, RDP or Bastion. So, can't I create it for database or UDP?
17 replies