v2ray-core/app/dns/config.go

6 lines
70 B
Go

package dns
type CacheConfig interface {
TrustedSource() []string
}