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

@@ -35,6 +35,7 @@ type NameRecord struct {
Server string
ServerScope int8
ServerInfo string
}
func makeNameRecordKey(domain string, question string) string {