Add network prefixes and user agent for UptimeRobot. Source: https://uptimerobot.com/help/locations/
9 lines
330 B
YAML
9 lines
330 B
YAML
networks:
|
|
uptimerobot:
|
|
- url: https://uptimerobot.com/inc/files/ips/IPv4andIPv6.txt
|
|
regex: "(?P<prefix>[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+(/[0-9]+)?|[0-9a-f:]+:.+)"
|
|
|
|
conditions:
|
|
is-bot-uptimerobot:
|
|
- &is-bot-uptimerobot 'userAgent.contains("http://www.uptimerobot.com/") && remoteAddress.network("uptimerobot")'
|