about summary refs log tree commit diff
path: root/bundles/go-away/files/config/snippets/bot-qwantbot.yml
blob: 095e1be7c9f3158495ec889c93986c1387711b0b (plain) (blame)
1
2
3
4
5
6
7
8
networks:
  qwantbot:
    - url: https://help.qwant.com/wp-content/uploads/sites/2/2025/01/qwantbot.json
      jq-path: '(.prefixes[] | select(has("ipv4Prefix")) | .ipv4Prefix), (.prefixes[] | select(has("ipv6Prefix")) | .ipv6Prefix)'

conditions:
  is-bot-qwantbot:
      - &is-bot-qwantbot 'userAgent.contains("+https://help.qwant.com/bot/") && remoteAddress.network("qwantbot")'