aboutsummaryrefslogtreecommitdiff
path: root/net/traefik/pkg-message
blob: 170402ad9ca54a730fda2fdd8566417fc26b2abe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==============================================================

Note that traefik starts as unpriviliged user. Thus, it cannot
bind to privileged ports (by default, ports below 1024) and
will exit when configured to do so.

If traefik should serve ports in the privileged range, there
are options to achieve this:
- Have traffic bind to an unprivileged port and use the
  packet filter configuration to redirect requests to the
  desired privileged port to the unprivileged port in
  traefik's configuration file e.g. the rdr rules in pf(4).
- The mac_portacl kernel module allows unprivileged processes
  to bind to privileged ports.

==============================================================