1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-08 19:28:21 -05:00
v2fly/app/dns/config.go

6 lines
78 B
Go
Raw Normal View History

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