Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
UpstreamDoh() string {
33
return
strenv(
"UPSTREAM_DOH"
,
"https://dns.google/dns-query"
)
34
}
35
36
func
tlsKeyCertPem() ([]byte, []byte) {
37
// "sub.domain.tld,sub2.domain2.tld2,sub3.domain3.tld3"
Callers
1
main
Function · 0.92
Calls
1
strenv
Function · 0.85
Tested by
no test coverage detected