Tunnel
Hi i use this tunnel from cf
https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/
i want to aks if i get the ips from cf with https://github.com/dnscat/only-cf to onlly allow http/https requst from cf server the tunnel timeouts can it be that its not thore the proxis ore am i doing smt worng? Thx for the help in ad advance,
Cloudflare Docs
Create a locally-managed tunnel (CLI) · Cloudflare Zero Trust docs
Follow this step-by-step guide to get your first tunnel up and running using the CLI.
GitHub
GitHub - dnscat/only-cf: One of the easiest ways to protect your ba...
One of the easiest ways to protect your backend from leaks. - dnscat/only-cf
4 Replies
tunnel sends requests from the tunnel process which is usually localhost
so i just need to add the local ip
and it will work agine
ore do you mean with local ip the requester?
if your tunnel is pointed at localhost then you just add 127.0.0.1 and ::1 (the ipv6 equivalent of localhost)
If your tunnel is pointed at a local IP e.g. 192.168.*.* then you add the local IP of the network where the cloudflared process runs
thx allot