Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cloudflare Tunnel support #21

Open
Maciej-Sitarz-IBM opened this issue Apr 4, 2022 · 1 comment
Open

Add Cloudflare Tunnel support #21

Maciej-Sitarz-IBM opened this issue Apr 4, 2022 · 1 comment

Comments

@Maciej-Sitarz-IBM
Copy link

Maciej-Sitarz-IBM commented Apr 4, 2022

Cloudflare API reference for Cloudflare Tunnel creation:
https://api.cloudflare.com/#cloudflare-tunnel-create-cloudflare-tunnel

Example Cloudflare API call to create a Cloudflare tunnel:

curl --request POST \
  --url https://api.cloudflare.com/client/v4/accounts/ACCOUNT_ID/cfd_tunnel \
  --header 'Authorization: Bearer BEARER_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
	"name": "TUNNEL_NAME",
	"tunnel_secret": "TUNNEL_SECRET_ENCODED_IN_BASE64"
}'
@Maciej-Sitarz-IBM Maciej-Sitarz-IBM changed the title Add Tunnel support Add Cloudflare Tunnel support Apr 4, 2022
@robinbraemer
Copy link
Owner

pull requests are always welcomed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants