Default entrypoints feature

Hi!

In v1, I can define default entrypoints using 'defaultEntryPoints = ["web", "websecure"]'.
I do not find similar feature in traefik v2.
At https://github.com/containous/traefik/blob/720bef97e6fcd885dbe00b5cbcc8232afa319737/pkg/server/routerfactory.go#L37, I understand that default entrypoints for http/tcp routers are all tcp entrypoints without tls, for https/tcp with tls routers are all tcp entrypoints with tls and default for udp routers are all udp entrypoints.
Am I right? Do you plan a similar feature like v1?

Thanks,
Thibault

1 Like

The default entrypoints in v2 are all "tcp" entrypoints for http/tcp router, there is no default entrypoint for udp.