Displaying 1 result from an estimated 1 matches for "consulhost".
2016 Dec 29
0
Allow direct connection between some (but not all) nodes on the network (Guus Sliepen)
...d for coordinate the vpn), and caddy a small reverse
proxy for expose consul to the public internet with TLS support. after the
installation ends it will print another command that you can run over your
nodes to connect to the vpn
this is the command that you should run in your master
master=true ConsulHost=consul.example.com bash -c "$(curl -fsSL
https://git.io/v1b4Q)"
where consul.example.com is your public domain or subdomain
it is only tested in ubuntu 16.04, but you can run in any os with docker
1.12 support
this is what the script really does
if [ "${master:-false}" == &qu...