From 5ba6d454560a186852428019f70616ae12fabea9 Mon Sep 17 00:00:00 2001 From: rany Date: Sun, 28 Mar 2021 21:43:09 +0300 Subject: [PATCH] Create yggdrasil-only-mode.md --- docs/tutorials/yggdrasil-only-mode.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/tutorials/yggdrasil-only-mode.md diff --git a/docs/tutorials/yggdrasil-only-mode.md b/docs/tutorials/yggdrasil-only-mode.md new file mode 100644 index 0000000..c0f3553 --- /dev/null +++ b/docs/tutorials/yggdrasil-only-mode.md @@ -0,0 +1,16 @@ +For a router talking to other routers and reseed servers through Yggdrasil only. +Start yggdrasil first and make sure you're running from a fresh i2pd installation. Create `~/.i2pd/i2pd.conf` + +``` +daemon=true # note: remove it if you running on Windows! +ipv4=false +ipv6=false +ssu=false +ntcp2.enabled=false +meshnets.yggdrasil=true +``` + +If you use Yggdrasil subnet and want to bind your router to a particular address specify it with +`meshnets.yggaddress=` your local yggdrasil address + +Start i2pd, it will also reseed from an yggdrasil reseed server. No clearnet communication is involved.