]> git.meshlink.io Git - meshlink/commitdiff
Add meshlink_get_external_address() and meshlink_add_external_address().
authorGuus Sliepen <guus@meshlink.io>
Fri, 11 Mar 2016 11:08:48 +0000 (12:08 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:55:46 +0000 (10:55 +0200)
These functions try to discover the local node's external address by
contacting the meshlink.io server. The get function just returns the
discovered address as a string, the add function adds it as an Address,
so it will end up in the list of addresses when calling
meshlink_export().


No differences found