mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-09-01 00:21:55 +00:00
Merge pull request #42 from rany2/patch-1
Create yggdrasil-only-mode.md
This commit is contained in:
commit
b9f376b2ac
16
docs/tutorials/yggdrasil-only-mode.md
Normal file
16
docs/tutorials/yggdrasil-only-mode.md
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user