diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/ouroboros.8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 9c622639..618418c2 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -209,6 +209,18 @@ ip \fIip\fR specifies the local IP address to bind to .PP [dns \fdns\fR] specifies an optional DDNS server that will be used for the directory. +.PP +[cport \fcport\fR] specifies a client UDP port that will be used for +sending packets. +.br +default: A random UDP port in the ephemeral range +.PP +[sport \fsport\fR] specifies a server UDP port that is used for +receiving ouroboros traffic. This must be the same for the entire UDP +layer. Parallel UDP layers should use different ports. This UDP port +needs to be forwarded if the server is behind a NAT. +.br +default: 3435 .RE .PP |