1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00
v2fly/app/dns/config.go
2015-12-10 22:08:36 +01:00

6 lines
78 B
Go

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