Renaming IPWhiteList to IPAllowList
This commit is contained in:
parent
e86f21ae7b
commit
1b9873cae9
69 changed files with 523 additions and 506 deletions
|
@ -191,7 +191,7 @@ func init() {
|
|||
Chain: &dynamic.Chain{
|
||||
Middlewares: []string{"foo"},
|
||||
},
|
||||
IPWhiteList: &dynamic.IPWhiteList{
|
||||
IPAllowList: &dynamic.IPAllowList{
|
||||
SourceRange: []string{"foo"},
|
||||
IPStrategy: &dynamic.IPStrategy{
|
||||
Depth: 42,
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"foo"
|
||||
]
|
||||
},
|
||||
"ipWhiteList": {
|
||||
"ipAllowList": {
|
||||
"sourceRange": [
|
||||
"xxxx"
|
||||
],
|
||||
|
@ -475,4 +475,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"foo"
|
||||
]
|
||||
},
|
||||
"ipWhiteList": {
|
||||
"ipAllowList": {
|
||||
"sourceRange": [
|
||||
"foo"
|
||||
],
|
||||
|
@ -483,4 +483,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue