CFTunnels/CFTunnels/Write ingress.bru
hitanshu310 8bc84a3202
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m45s
Changing some bruno env variables
2025-05-28 23:54:27 +05:30

20 lines
277 B
Plaintext

meta {
name: Write ingress
type: http
seq: 2
}
put {
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}/add
body: json
auth: none
}
body:json {
{
"service": "http://192.168.0.100:3457",
"hostname": "random.hithomelabs.com",
"originRequest": {}
}
}