This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
v2ray-core
mirror of
https://github.com/v2ray/v2ray-core
Watch
1
Star
0
Fork
You've already forked v2ray-core
0
Code
Issues
Releases
Wiki
Activity
8a132643ef
v2ray-core
/
app
/
dns
/
config.go
6 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
dns cache
2015-12-06 10:00:10 +00:00
package
dns
type
CacheConfig
interface
{
dns config
2015-12-10 21:08:36 +00:00
IsTrustedSource
(
tag
string
)
bool
dns cache
2015-12-06 10:00:10 +00:00
}