MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / create_named_dns

Function create_named_dns

component-tests/setup.py:84–87  ·  view source on GitHub ↗
(config, random_uuid)

Source from the content-addressed store, hash-verified

82
83
84def create_named_dns(config, random_uuid):
85 hostname = "named-" + random_uuid + "." + config["zone_domain"]
86 create_dns(config, hostname, "CNAME", config["tunnel"] + ".cfargotunnel.com")
87 return hostname
88
89
90@retry(stop_max_attempt_number=MAX_RETRIES, wait_fixed=BACKOFF_SECS * 1000)

Callers 1

createFunction · 0.85

Calls 1

create_dnsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…