forked from Ivasoft/traefik
feat(marathon): add whitelistSourceRange label.
This commit is contained in:
committed by
Traefiker
parent
38a3fe4316
commit
edc55aad3c
@@ -49,6 +49,7 @@ func (p *Provider) buildConfiguration() *types.Configuration {
|
||||
"getBasicAuth": getFuncSliceStringService(label.TraefikFrontendAuthBasic),
|
||||
"getServiceNames": getServiceNames,
|
||||
"getServiceNameSuffix": getServiceNameSuffix,
|
||||
"getWhitelistSourceRange": getFuncSliceStringService(label.TraefikFrontendWhitelistSourceRange),
|
||||
}
|
||||
|
||||
v := url.Values{}
|
||||
|
||||
Reference in New Issue
Block a user