1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00
This commit is contained in:
Darien Raymond 2017-01-13 14:33:32 +01:00
parent 07866e6d39
commit c48e1f02a6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -6,7 +6,7 @@ import (
"v2ray.com/core/app"
)
// A DnsCache is an internal cache of DNS resolutions.
// A Server is a DNS server for responding DNS queries.
type Server interface {
Get(domain string) []net.IP
}