v2ray-core/app/dns/config.go

6 lines
78 B
Go
Raw Normal View History

2015-12-06 10:00:10 +00:00
package dns
type CacheConfig interface {
2015-12-10 21:08:36 +00:00
IsTrustedSource(tag string) bool
2015-12-06 10:00:10 +00:00
}