From 88799afb61d0041bbd20e6eae88c21c41b442ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=28=E1=B5=94=E1=B4=A5=E1=B5=94=29?= Date: Tue, 10 Mar 2020 18:51:35 +0100 Subject: [PATCH 1/2] Add Yggdrasil network. A Ygg node can look like this: https://ygg.tlbs.ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64e65ea..b35382f 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ But you can write your own solutions for these problems using WireGuard under th - [TINC](https://www.tinc-vpn.org/): haven't tried it yet, but it doesn't work on iOS, worst case scenario I could live - [VPNCloud](https://github.com/dswd/vpncloud): similar properties to WireGuard, with more auto-mesh features - [cjdns](https://github.com/cjdelisle/cjdns): haven't tried it yet, should I? + - [Yggdrasil network](https://yggdrasil-network.github.io/): It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. - [ZeroTier](https://www.zerotier.com): haven't tried it yet, should I - [MeshBird](https://github.com/meshbird/meshbird): "Cloud native" VPN/networking layer From 4e21b7878bd57c563dbf98ace194bd2828221e4a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 1 Apr 2020 20:24:20 -0400 Subject: [PATCH 2/2] change yggdrasil description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35382f..fb45372 100644 --- a/README.md +++ b/README.md @@ -177,9 +177,9 @@ But you can write your own solutions for these problems using WireGuard under th - [TINC](https://www.tinc-vpn.org/): haven't tried it yet, but it doesn't work on iOS, worst case scenario I could live - [VPNCloud](https://github.com/dswd/vpncloud): similar properties to WireGuard, with more auto-mesh features - [cjdns](https://github.com/cjdelisle/cjdns): haven't tried it yet, should I? - - [Yggdrasil network](https://yggdrasil-network.github.io/): It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. - [ZeroTier](https://www.zerotier.com): haven't tried it yet, should I - [MeshBird](https://github.com/meshbird/meshbird): "Cloud native" VPN/networking layer + - [Yggdrasil Network](https://yggdrasil-network.github.io/): Yggdrasil is a self-arranging IPv4/IPv6 mesh VPN (haven't tried it yet) ### VPN Setup Tools