Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
fixed GeoBlock -> geoblock. with Capital letter Traefik does not recognize the plugin.
  • Loading branch information
smagicld authored and PascalMinder committed Apr 18, 2024
1 parent da9092c commit 92bf219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Add the following to your `traefik-config.yml`
```yml
experimental:
plugins:
GeoBlock:
geoblock:
moduleName: "github.com/PascalMinder/geoblock"
version: "v0.2.5"
Expand All @@ -110,7 +110,7 @@ http:
middlewares:
my-GeoBlock:
plugin:
GeoBlock:
geoblock:
silentStartUp: false
allowLocalRequests: true
logLocalRequests: false
Expand Down

0 comments on commit 92bf219

Please sign in to comment.