1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-22 07:55:21 -05:00

dns cache

This commit is contained in:
v2ray
2015-12-06 11:00:10 +01:00
parent 59030814cb
commit e1c58fae2b
16 changed files with 320 additions and 16 deletions

5
app/dns/config.go Normal file
View File

@@ -0,0 +1,5 @@
package dns
type CacheConfig interface {
TrustedSource() []string
}