aboutsummaryrefslogtreecommitdiff
path: root/net/traefik/pkg-message
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
commit2614c95748849af51db4a047984962d7f2a37685 (patch)
treeaddeee8776a490f5b6df5a64905199a263728c1d /net/traefik/pkg-message
parent08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff)
downloadports-2614c95748849af51db4a047984962d7f2a37685.tar.gz
ports-2614c95748849af51db4a047984962d7f2a37685.zip
Notes
Diffstat (limited to 'net/traefik/pkg-message')
-rw-r--r--net/traefik/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/traefik/pkg-message b/net/traefik/pkg-message
index 170402ad9ca5..5e9add4c60f7 100644
--- a/net/traefik/pkg-message
+++ b/net/traefik/pkg-message
@@ -1,5 +1,6 @@
-==============================================================
-
+[
+{ 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.
@@ -12,5 +13,6 @@ are options to achieve this:
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
+}
+]