From eb8434cd3199eee1930a5a96e93279e27ee81de0 Mon Sep 17 00:00:00 2001 From: "xiaobing.wang" Date: Fri, 12 Jul 2024 16:28:03 +0800 Subject: [PATCH] feat: rename --- .traefik.yml | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.traefik.yml b/.traefik.yml index 6a61272..6e8b402 100644 --- a/.traefik.yml +++ b/.traefik.yml @@ -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.' diff --git a/README.md b/README.md index 5a18951..6aeac67 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/go.mod b/go.mod index bec9eaf..164cd2c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/xbingW/traefik-safeline +module github.com/chaitin/traefik-safeline go 1.17