From: Guus Sliepen Date: Thu, 5 Dec 2013 13:30:41 +0000 (+0100) Subject: If no Port is specified, set myport to actual port of first listening socket. X-Git-Tag: 1.0.23-android-1~14 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2a07dacae7443ac5a437a82c33d9e9d8d2acbfbd;hp=2a07dacae7443ac5a437a82c33d9e9d8d2acbfbd If no Port is specified, set myport to actual port of first listening socket. If the Port statement is not used, there are two other ways to let tinc listen on a non-default port: either by specifying one or more BindToAddress statements including port numbers, or by starting it from systemd with socket activation. Tinc announces its own port to other nodes, but before it only announced what was set using the Port statement. ---