Add scoping to IPInfo

This commit is contained in:
Daniel
2020-10-13 16:05:05 +02:00
parent 86fed20f71
commit 62dd4355be
7 changed files with 155 additions and 106 deletions

View File

@@ -28,7 +28,8 @@ type RRCache struct {
Answer []dns.RR
Ns []dns.RR
Extra []dns.RR
TTL int64
// TODO: Name change in progress. Rename "TTL" field to "Expires" in Q1 2021.
TTL int64 `json:"Expires"`
// Source Information
Server string