chg: ['find_ip'] added the obscure 'o-o.myaddr.l.google.com' used to get

ip via TXT dns lookup
pull/259/head
Alexandre Dulaunoy 2023-10-21 10:18:05 +02:00
parent 632e6d2744
commit 451e26fbb7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
"list": [ "list": [
"api.extralargecoffee.com", "api.extralargecoffee.com",
"ip.parrotdns.com", "ip.parrotdns.com",
"ns.rydgames.com",
"o-o.myaddr.l.google.com",
"whoami.akamai.net" "whoami.akamai.net"
], ],
"matching_attributes": [ "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.", "name": "List of known hostname used for querying your source IP. This can be used as exclusion for your Passive DNS lookup.",
"type": "hostname", "type": "hostname",
"version": 1 "version": 2
} }