pull/362/head
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
1 changed files with 1 additions and 1 deletions

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
}