mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2614c95748
(and missed 3 missed files from previous categories.)
19 lines
614 B
Plaintext
19 lines
614 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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.
|
|
EOM
|
|
}
|
|
]
|