v2ray-core/app/dns/config.go

6 lines
78 B
Go

package dns
type CacheConfig interface {
IsTrustedSource(tag string) bool
}