diff options
Diffstat (limited to 'src/plugins/relay/relay-config.c')
-rw-r--r-- | src/plugins/relay/relay-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 64336f68d..ec1db436b 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -212,7 +212,8 @@ relay_config_init () "listen_port_range", "string", N_("port number (or range of ports) that relay plugin listens on " "(syntax: a single port, ie. 5000 or a port " - "range, ie. 5000-5015)"), + "range, ie. 5000-5015, it's recommended to use ports greater than " + "1024, because only root can use ports below 1024)"), NULL, 0, 0, "22373-22400", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); return 1; |