chg: [whats-my-ip] Fix #139

pull/145/head
Alexandre Dulaunoy 2020-04-01 11:10:20 +02:00
parent 077522277b
commit 17e72c085d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "List of known domains to know external IP",
"version": 6,
"version": 7,
"description": "Event contains one or more entries of known 'what's my ip' domains",
"matching_attributes": [
"domain",
@ -236,6 +236,7 @@
"myip.opendns.com",
"whatismyip.everdot.org",
"ip-info.ff.avast.com",
"ipapi.co"
"ipapi.co",
"freegeoip.live"
]
}