MCPcopy
hub / github.com/cloudflare/cloudflared / DNSRoute

Struct DNSRoute

cfapi/hostname.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type DNSRoute struct {
36 userHostname string
37 overwriteExisting bool
38}
39
40type DNSRouteResult struct {
41 route *DNSRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected