mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
all: support custom config from Control-D resolver
This commit is contained in:
committed by
Cuong Manh Le
parent
9df381d3d1
commit
69319c6b41
@@ -24,7 +24,10 @@ const (
|
||||
|
||||
// ResolverConfig represents Control D resolver data.
|
||||
type ResolverConfig struct {
|
||||
DOH string `json:"doh"`
|
||||
DOH string `json:"doh"`
|
||||
Ctrld struct {
|
||||
CustomConfig string `json:"custom_config"`
|
||||
} `json:"ctrld"`
|
||||
Exclude []string `json:"exclude"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user