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:
5
app/dns/config.go
Normal file
5
app/dns/config.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package dns
|
||||
|
||||
type CacheConfig interface {
|
||||
TrustedSource() []string
|
||||
}
|
||||
Reference in New Issue
Block a user