thousandmiles
CDCloudflare Developers
•Created by thousandmiles on 8/25/2024 in #general-help
is there an "inside" api in CF Workers to route traffic to zerotrust tunnels?
I just actually used this setup in my worker code, and failed to use this private endpoint url like https://<id>.cfargotunnel.com. when I
fetch()
uri from this domain, it got a HTML page saying DNS points to local or disallowed IPv6 address
. After many unsuccessful attempts I changed it to the public hostname defined as a CNAME(which is of course configured in website DNS mapping to the private tunnel domain). How should I really use this private address? any extra setup?4 replies
CDCloudflare Developers
•Created by thousandmiles on 8/27/2024 in #general-help
Is customized OpenAI compatible API endpoint supported in AI Gateway?
thanks, newcomer here, didn't really notice so many channels
4 replies
CDCloudflare Developers
•Created by thousandmiles on 8/25/2024 in #general-help
is there an "inside" api in CF Workers to route traffic to zerotrust tunnels?
thanks, i looked closer into the documentation, now I understand... so I gotta use https://<tunnel_uuid>.cfargotunnel.com in the worker code.
4 replies
CDCloudflare Developers
•Created by thousandmiles on 8/25/2024 in #general-help
is there an "inside" api in CF Workers to route traffic to zerotrust tunnels?
thanks! great to hear. does this apply to tunnel URIs created in other cloudflare accounts as well?
4 replies