about summary refs log tree commit diff
path: root/bundles/go-away/files/config/snippets/bot-uptimerobot.yml
blob: 848424cd43145be138ecbbe3281cf2925696cba6 (plain) (blame)
1
2
3
4
5
6
7
8
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")'