Browse Source

todo notes for querylog

Ask Bjørn Hansen 2 years ago
parent
commit
dc193081d4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      querylog/querylog.go

+ 5 - 0
querylog/querylog.go

@@ -24,6 +24,11 @@ type Entry struct {
 	RemoteAddr string
 	RemoteAddr string
 	ClientAddr string
 	ClientAddr string
 	HasECS     bool
 	HasECS     bool
+
+        // todo:
+	// - GeoDNS version
+	// - TCP?
+	// - log the answer data
 }
 }
 
 
 type FileLogger struct {
 type FileLogger struct {