On 06/11/17 21:41, Ferris Ellis wrote: > I know the project is still young but was > wondering if anyone on the mailing list had started using WireGuard in > production? And, if so, if they’d be willing to share some details about > their use case and experience? > I use on on several high-traffic web servers to secure backend communication to a separate Redis instance. It's configured as a mesh to remove any reliance on a single WireGuard "server" node (that is, each server knows the endpoint and single allowed IP of each of the others). It has worked without issue since deployment (March 2017). It's easily one of the most satisfying layers I've added to any stack. J