Skip to content

NAT support and client/server TLS

Compare
Choose a tag to compare
@eyakubovich eyakubovich released this 24 Jul 21:25
· 1433 commits to master since this release

New features:

  • --public-ip allows specifying IP to publish in etcd. This helps with NAT traversal. Note that there's still no encryption so going across the WAN is risky without application level encryption. Thank you, @cusspvz
  • Communication between client and server (for client/server mode) can optionally be encrypted by TLS. Also supports auth via client side certs.
  • Docs for aws-vpc and gce. Thanks @robszumski and @MohdAhmad

Bug fixes:

  • Ignore route to local ext IP in hostgw mode. Thank you, @lvlv
  • Fix seg fault when aws subnet linked to main route table