Darien Raymond 8 лет назад
Родитель
Сommit
c48e1f02a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/dns/dns.go

+ 1 - 1
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
 }