i2pd_docs_zh/docs/tutorials/yggdrasil-only-mode.md

20 lines
687 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 仅通过 Yggdrasil 的路由器配置
适用于仅通过 Yggdrasil 与其他路由器和 reseed 服务器通信的路由器。
先启动 yggdrasil并确保你使用的是全新的 i2pd 安装。创建 `~/.i2pd/i2pd.conf`
```
daemon=true # note: remove it if you running on Windows!
ipv4=false
ipv6=false
ssu=false
ntcp2.enabled=false
ssu2.enabled=false
meshnets.yggdrasil=true
```
如果你使用 Yggdrasil 子网,并希望将路由器绑定到特定地址,请使用
`meshnets.yggaddress=` 指定你的本地 yggdrasil 地址
启动 i2pd它还会从 Yggdrasil 的 reseed 服务器进行 reseed。不会涉及明网通信。
重要:确保系统时钟已同步。