CFTunnels/CFTunnels/Write ingress.bru

20 lines
276 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": {}
}
}