1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 18:17:52 -05: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
}