MCPcopy Create free account
hub / github.com/celzero/midway / UpstreamDoh

Function UpstreamDoh

midway/env/env.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func UpstreamDoh() string {
33 return strenv("UPSTREAM_DOH", "https://dns.google/dns-query")
34}
35
36func tlsKeyCertPem() ([]byte, []byte) {
37 // "sub.domain.tld,sub2.domain2.tld2,sub3.domain3.tld3"

Callers 1

mainFunction · 0.92

Calls 1

strenvFunction · 0.85

Tested by

no test coverage detected