mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
819cf3797c
Details: - Update to upstream release 1.5.4, changelog see https://github.com/containous/traefik/releases/tag/v1.5.4 - Install sample configuration file that allows to start traefik out of the box without configuration tweaks - Add pkg-message; includes a note on how to accomplish binding to privileged ports MFH: 2018Q2
17 lines
699 B
Plaintext
17 lines
699 B
Plaintext
==============================================================
|
|
|
|
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.
|
|
|
|
==============================================================
|