From f79d953e5327b8f0b1101bb162822aff895a3dbe Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Tue, 14 Sep 2021 13:11:45 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03b7ebc7..853daa07 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,11 @@ by giving the RiV-mesh binary the `CAP_NET_ADMIN` capability. ## Documentation -Documentation is available [on our website](https://RiV-chain.github.io). +Documentation is available [on our website](https://riv-chain.github.io/RiV-mesh/). -- [Installing RiV-mesh](https://RiV-chain.github.io/installation.html) -- [Configuring RiV-mesh](https://RiV-chain.github.io/configuration.html) -- [Frequently asked questions](https://RiV-chain.github.io/faq.html) +- [Installing RiV-mesh](https://riv-chain.github.io/RiV-mesh/) +- [Configuring RiV-mesh](https://riv-chain.github.io/RiV-mesh/) +- [Frequently asked questions](https://riv-chain.github.io/RiV-mesh/) - [Version changelog](CHANGELOG.md) ## Community From 1e9235356eeb6f980d43e1122a02ddbb4c0ab054 Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Tue, 14 Sep 2021 13:24:58 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 853daa07..fb69edd4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![CircleCI](https://circleci.com/gh/RiV-chain/RiV-mesh.svg?style=shield&circle-token=:circle-token )](https://circleci.com/gh/RiV-chain/RiV-mesh) +## Why fork? +RiV-mesh is fork for Yggdrasil which is great project. Starting from Yggdrasil 0.4 dev team removed CKR feature which is a core for secure tunneling like VPN does. RiV-mesh gets back CKR feature. Second reason: Yggdrasil uses deprecated 200::/7 IPv6 address pool which can be assigned for some network in future, unlike this fc00::/7 is safe and has been taken for RiV-mesh. + ## Introduction RiV-mesh is an implementation of a fully end-to-end encrypted IPv6 From 607dedf71acef098cf9030f68768392d3f592977 Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Tue, 14 Sep 2021 13:25:46 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb69edd4..97a915de 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ )](https://circleci.com/gh/RiV-chain/RiV-mesh) ## Why fork? -RiV-mesh is fork for Yggdrasil which is great project. Starting from Yggdrasil 0.4 dev team removed CKR feature which is a core for secure tunneling like VPN does. RiV-mesh gets back CKR feature. Second reason: Yggdrasil uses deprecated 200::/7 IPv6 address pool which can be assigned for some network in future, unlike this fc00::/7 is safe and has been taken for RiV-mesh. +RiV-mesh is fork of Yggdrasil which is great project. Starting from Yggdrasil 0.4 dev team removed CKR feature which is a core for secure tunneling like VPN does. RiV-mesh gets back CKR feature. Second reason: Yggdrasil uses deprecated 200::/7 IPv6 address pool which can be assigned for some network in future, unlike this fc00::/7 is safe and has been taken for RiV-mesh. ## Introduction From 80d862ac05c0bb019323d81344c3be6dc6ab6c30 Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Fri, 17 Sep 2021 14:36:16 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97a915de..fc6efc25 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ Documentation is available [on our website](https://riv-chain.github.io/RiV-mesh Feel free to join us on our [Telegram channel](https://t.me/rivchain). +##Public peers +If you are operating RiV-mesh peer and may create your pool request with your new per or use existing one https://github.com/RiV-chain/public-peers + ## License This code is released under the terms of the LGPLv3, but with an added exception From 77ed0115162edf8e4bd34a0e499f954a6b54d112 Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Fri, 17 Sep 2021 14:36:40 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6efc25..9d5323dd 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Documentation is available [on our website](https://riv-chain.github.io/RiV-mesh Feel free to join us on our [Telegram channel](https://t.me/rivchain). -##Public peers +## Public peers If you are operating RiV-mesh peer and may create your pool request with your new per or use existing one https://github.com/RiV-chain/public-peers ## License