Skip to content

discoverygarden/traefik-ultimate-bad-bot-blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traefik Bad Bot Blocker

Traefik Plugin based on the Apache Ultimate Bad Bot Blocker.

Configuration

Middleware example:

---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
  name: botblocker
spec:
  plugin:
    botblocker:
      ipblocklisturls:
        - http://badips.example.com/ip-blocklist"
      useragentblocklisturls:
        - http://badips.example.com/useragent-blocklist"

Blocklist

The blocklists should be acccessible via http/s and be a plain text list of IP address or useragents.

About

Traefik plugin to block IPs and user agents.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages