From 451e26fbb79985b35ed84662fc8a3e2adef55141 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 21 Oct 2023 10:18:05 +0200 Subject: [PATCH] chg: ['find_ip'] added the obscure 'o-o.myaddr.l.google.com' used to get ip via TXT dns lookup --- lists/findip-host/list.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lists/findip-host/list.json b/lists/findip-host/list.json index 685d2ab..6061c48 100644 --- a/lists/findip-host/list.json +++ b/lists/findip-host/list.json @@ -3,6 +3,8 @@ "list": [ "api.extralargecoffee.com", "ip.parrotdns.com", + "ns.rydgames.com", + "o-o.myaddr.l.google.com", "whoami.akamai.net" ], "matching_attributes": [ @@ -12,5 +14,5 @@ ], "name": "List of known hostname used for querying your source IP. This can be used as exclusion for your Passive DNS lookup.", "type": "hostname", - "version": 1 + "version": 2 }