Feature: add udp timeout configuration

This commit is contained in:
Linden Krouse
2021-01-07 11:16:03 -05:00
committed by GitHub
parent e5a01c7cc8
commit fc7ec17905
13 changed files with 98 additions and 22 deletions

View File

@@ -29,6 +29,8 @@
[entryPoints.EntryPoint0.forwardedHeaders]
insecure = true
trustedIPs = ["foobar", "foobar"]
[entryPoints.EntryPoint0.udp]
timeout = 42
[entryPoints.EntryPoint0.http]
middlewares = ["foobar", "foobar"]
[entryPoints.EntryPoint0.http.redirections]