Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Jul 12, 2024
1 parent 6b7c9eb commit eb8434c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .traefik.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
displayName: Chaitin Safeline WAF
type: middleware

import: github.com/xbingW/traefik-safeline
import: github.com/chaitin/traefik-safeline

summary: 'Traefik plugin to proxy requests to safeline waf.t serves as a reverse proxy access to protect your website from network attacks that including OWASP attacks, zero-day attacks, web crawlers, vulnerability scanning, vulnerability exploit, http flood and so on.'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following declaration (given here in YAML) defines a plugin:
experimental:
plugins:
safeline:
moduleName: github.com/xbingW/traefik-safeline
moduleName: github.com/chaitin/traefik-safeline
version: v1.0.0
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/xbingW/traefik-safeline
module github.com/chaitin/traefik-safeline

go 1.17

Expand Down

0 comments on commit eb8434c

Please sign in to comment.