mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Created Yggdrasil-only router configuration (markdown)
18
Yggdrasil-only-router-configuration.md
Normal file
18
Yggdrasil-only-router-configuration.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
For a router talking to other routers and reseed servers through Yggdrasil only.
|
||||||
|
Start yggdrasil first.
|
||||||
|
Create ~/.i2pd/i2pd.conf
|
||||||
|
|
||||||
|
```ini
|
||||||
|
daemon=true
|
||||||
|
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.
|
||||||
Reference in New Issue
Block a user