chg: [whats-my-ip] Fix #139
parent
077522277b
commit
17e72c085d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "List of known domains to know external IP",
|
"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",
|
"description": "Event contains one or more entries of known 'what's my ip' domains",
|
||||||
"matching_attributes": [
|
"matching_attributes": [
|
||||||
"domain",
|
"domain",
|
||||||
|
@ -236,6 +236,7 @@
|
||||||
"myip.opendns.com",
|
"myip.opendns.com",
|
||||||
"whatismyip.everdot.org",
|
"whatismyip.everdot.org",
|
||||||
"ip-info.ff.avast.com",
|
"ip-info.ff.avast.com",
|
||||||
"ipapi.co"
|
"ipapi.co",
|
||||||
|
"freegeoip.live"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue