Skip to content

Commit 6f7967e

Browse files
committed
fix package name
1 parent 1826577 commit 6f7967e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.traefik.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
displayName: IP Rules Plugin
1+
displayName: IP Rules
22
type: middleware
33

44
import: github.com/sproutmaster/TraefikIPRules
55

6-
summary: 'TraefikIPRules is a middleware plugin which accepts IP addresses or IP address ranges, and accepts or blocks requests originating from those IPs.'
6+
summary: 'IPRules is a middleware plugin which accepts IP addresses or IP address ranges, and accepts or blocks requests originating from those IPs.'
77

88
testData:
99
denyList:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ originating from those IPs.
5252
middlewares:
5353
- name: ip-filter
5454
```
55-
55+

0 commit comments

Comments
 (0)