2019-04-09 15:24:05 +00:00
|
|
|
[global]
|
|
|
|
checkNewVersion = false
|
|
|
|
sendAnonymousUsage = false
|
|
|
|
|
|
|
|
[log]
|
2019-04-16 13:30:09 +00:00
|
|
|
level = "DEBUG"
|
2019-04-09 15:24:05 +00:00
|
|
|
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.tcp]
|
2019-03-14 08:30:04 +00:00
|
|
|
address = ":8093"
|
|
|
|
|
|
|
|
[api]
|
|
|
|
|
|
|
|
[providers.file]
|
|
|
|
|
|
|
|
[tcp]
|
|
|
|
[tcp.routers]
|
|
|
|
[tcp.routers.to-whoami-a]
|
|
|
|
rule = "HostSNI(`whoami-a.test`)"
|
|
|
|
service = "whoami-a"
|
2019-04-15 09:14:05 +00:00
|
|
|
entryPoints = [ "tcp" ]
|
2019-03-14 08:30:04 +00:00
|
|
|
[tcp.routers.to-whoami-a.tls]
|
|
|
|
passthrough=true
|
|
|
|
|
|
|
|
[tcp.routers.to-whoami-b]
|
|
|
|
rule = "HostSNI(`whoami-b.test`)"
|
|
|
|
service = "whoami-b"
|
2019-04-15 09:14:05 +00:00
|
|
|
entryPoints = [ "tcp" ]
|
2019-03-14 08:30:04 +00:00
|
|
|
[tcp.routers.to-whoami-b.tls]
|
|
|
|
passthrough=true
|
|
|
|
|
|
|
|
[tcp.routers.to-whoami-no-cert]
|
|
|
|
rule = "HostSNI(`whoami-c.test`)"
|
|
|
|
service = "whoami-no-cert"
|
2019-04-15 09:14:05 +00:00
|
|
|
entryPoints = [ "tcp" ]
|
2019-03-14 08:30:04 +00:00
|
|
|
[tcp.routers.to-whoami-no-cert.tls]
|
|
|
|
|
|
|
|
[tcp.routers.to-whoami-no-tls]
|
2019-04-15 09:14:05 +00:00
|
|
|
entryPoints = ["tcp"]
|
2019-03-14 08:30:04 +00:00
|
|
|
rule="HostSNI(`*`)"
|
|
|
|
service = "whoami-no-tls"
|
|
|
|
|
|
|
|
[tcp.services]
|
|
|
|
[tcp.services.whoami-no-tls.loadbalancer]
|
|
|
|
[[tcp.services.whoami-no-tls.loadbalancer.servers]]
|
|
|
|
address = "localhost:8084"
|
|
|
|
|
2019-06-05 20:18:06 +00:00
|
|
|
[tcp.services.whoami-a.loadbalancer]
|
|
|
|
[[tcp.services.whoami-a.loadbalancer.servers]]
|
|
|
|
address = "localhost:8081"
|
2019-03-14 08:30:04 +00:00
|
|
|
|
2019-06-05 20:18:06 +00:00
|
|
|
[tcp.services.whoami-b.loadbalancer]
|
|
|
|
[[tcp.services.whoami-b.loadbalancer.servers]]
|
|
|
|
address = "localhost:8082"
|
2019-03-14 08:30:04 +00:00
|
|
|
|
2019-06-05 20:18:06 +00:00
|
|
|
[tcp.services.whoami-no-cert.loadbalancer]
|
|
|
|
[[tcp.services.whoami-no-cert.loadbalancer.servers]]
|
|
|
|
address = "localhost:8083"
|