Browse Source

todo notes for querylog

Ask Bjørn Hansen 2 năm trước cách đây
mục cha
commit
dc193081d4
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      querylog/querylog.go

+ 5 - 0
querylog/querylog.go

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