vpncloud/src
Jeffrey Schiller 0f9a0d8f91
Add ability to configure “own” addresses (#185)
* Add ability to configure “own” addresses

This configuration option permits the declaration of external or public
addresses instead of attempting to learn them from port forwarding or
interfaces. This is useful in situations where it isn’t possible to
accurately obtain the correct external addresses that peers should use.

* Update args and use better parse listen address

Add the --advertise_addresses control argument to accompany the new
configuration option. Also parse the listen address/port to extract the
port to advertise with advertise_addresses instead of assuming it is
just a port.
2021-04-09 20:30:16 +02:00
..
crypto Prepare for release 2021-04-06 12:28:31 +02:00
poll Prepare for release 2021-04-06 12:28:31 +02:00
tests Prepare for release 2021-04-06 12:28:31 +02:00
beacon.rs Prepare for release 2021-04-06 12:28:31 +02:00
cloud.rs Add ability to configure “own” addresses (#185) 2021-04-09 20:30:16 +02:00
config.rs Add ability to configure “own” addresses (#185) 2021-04-09 20:30:16 +02:00
device.rs Prepare for release 2021-04-06 12:28:31 +02:00
error.rs Prepare for release 2021-04-06 12:28:31 +02:00
installer.rs Prepare for release 2021-04-06 12:28:31 +02:00
main.rs Prepare for release 2021-04-06 12:28:31 +02:00
messages.rs Prepare for release 2021-04-06 12:28:31 +02:00
net.rs Prepare for release 2021-04-06 12:28:31 +02:00
oldconfig.rs Add ability to configure “own” addresses (#185) 2021-04-09 20:30:16 +02:00
payload.rs Prepare for release 2021-04-06 12:28:31 +02:00
port_forwarding.rs Prepare for release 2021-04-06 12:28:31 +02:00
table.rs Prepare for release 2021-04-06 12:28:31 +02:00
traffic.rs Prepare for release 2021-04-06 12:28:31 +02:00
types.rs Prepare for release 2021-04-06 12:28:31 +02:00
util.rs Update copyright 2021-02-08 10:11:20 +01:00
wizard.rs Prepare for release 2021-04-06 12:28:31 +02:00
wsproxy.rs Prepare for release 2021-04-06 12:28:31 +02:00