mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
Add whitelist configuration option for entrypoints
* Add whitelist configuration option for entrypoints * Add whitelist support to --entrypoint flag
This commit is contained in:
committed by
Ludovic Fernandez
parent
a7ec785994
commit
759a19bc4f
@@ -329,6 +329,12 @@
|
||||
# [entryPoints.http]
|
||||
# address = "10.42.13.37:80"
|
||||
|
||||
# To enable IP whitelisting at the entrypoint level:
|
||||
# [entryPoints]
|
||||
# [entryPoints.http]
|
||||
# address = ":80"
|
||||
# whiteListSourceRange = ["127.0.0.1/32"]
|
||||
|
||||
# Enable retry sending request if network error
|
||||
#
|
||||
# Optional
|
||||
|
||||
Reference in New Issue
Block a user