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-06 11:00:10 +01:00

6 lines
70 B
Go

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