Add ServerInfo to resolvers and caches

This commit is contained in:
Daniel
2020-09-22 15:30:21 +02:00
parent 3f3d82bdf1
commit 1b11d1589b
8 changed files with 29 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ type Resolver struct {
ServerIP net.IP
ServerIPScope int8
ServerPort uint16
ServerInfo string
// Special Options
VerifyDomain string