gsliepen / tinc

a VPN daemon
http://tinc-vpn.org/
Other
1.87k stars 280 forks source link

Allow binding to a non-existing address #412

Open gsliepen opened 1 year ago

gsliepen commented 1 year ago

Set the IP_FREEBIND socket option (or its equivalent for non-Linux platforms) to allow tinc to bind to an address that is not (yet) available on any interface. This makes it easier to have tinc start and bind to an address without requiring the network and firewall rules to be fully configured yet.