1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/traefik/pkg-message
Thomas Zander 819cf3797c Update to upstream release 1.5.4 (bugfix release)
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
2018-04-07 11:01:08 +00:00

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.
==============================================================