]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Allow multiple addresses in an invitation URL.
authorGuus Sliepen <guus@meshlink.io>
Thu, 3 May 2018 20:33:58 +0000 (22:33 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 3 May 2018 20:37:46 +0000 (22:37 +0200)
commit2f014ef78a8bcbf6cdac86bf9602e4a4903cf51e
treebaf32d7e890a6ff18ca78cc90f0c65f784dac1f9
parentdc0e52cb3e42620c3139e713b373d130aa30b698
Allow multiple addresses in an invitation URL.

This allows the address field in an invitation URL to be a
comma-separated list. The goal is to allow both IPv4 and IPv6 addresses
to be encoded in a single URL.

This commit also ensures that if a hostname is given, that all address
records associated with that hostname are tried.
src/meshlink.c