mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-28 22:23:24 +00:00
This commit introduces split upstreams feature, allowing to configure what ip stack that ctrld will use to connect to upstream.
11 lines
266 B
Go
11 lines
266 B
Go
//go:build qf
|
|
|
|
package ctrld
|
|
|
|
import "net/http"
|
|
|
|
func (uc *UpstreamConfig) setupDOH3Transport() {}
|
|
|
|
func (uc *UpstreamConfig) setupDOH3TransportWithoutPingUpstream() {}
|
|
func (uc *UpstreamConfig) doh3Transport(dnsType uint16) http.RoundTripper { return nil }
|