From c48e1f02a6f85c032aa6333be0f583b90415f729 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 13 Jan 2017 14:33:32 +0100 Subject: [PATCH] comments --- app/dns/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dns/dns.go b/app/dns/dns.go index 2963447b..cf8624b0 100644 --- a/app/dns/dns.go +++ b/app/dns/dns.go @@ -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 }