initial commit

This commit is contained in:
postscriptum 2025-09-11 12:43:12 +03:00
commit 259fee630b
127 changed files with 7811 additions and 0 deletions

View file

@ -0,0 +1,40 @@
# Connect Libera.Chat with Yggdrasil
## Proxy
I didn't find any official Libera.Chat API for this network:
=> https://libera.chat/guides/connect
### Halloy
Halloy - is the modern IRC client, written in Rust:
=> https://halloy.chat
The configuration example below uses Acetone's SOCKS5 proxy:
=> http://[324:71e:281a:9ed3::fa11]
TLS option is not required here, as Yggdrasil provides encrypted end-to-end connections out of the box.
``` config.toml
[servers.libera]
nickname = "NAME"
server = "irc.libera.chat"
port = 6667
use_tls = false
channels = ["#yggdrasil","#misfin"]
[proxy.socks5]
host = "324:71e:281a:9ed3::fa11"
port = 1080
```
* replace `nickname` and `channels` with your value
## Feedback
=> gemini://bbs.geminispace.org/s/Yggdrasil/29597 Discussion on BBS
=> https://wizard.casa/post/0197a9cd-abaf-7949-f53c-2e0b25d0ba13 Comment on the Fediverse (Internet) instance
=> http://[302:68d0:f0d5:b88d::fed]/ps/p/1750900519.824742 Comment on the Fediverse (Yggdrasil) instance
## See also
=> connect-i2p-with-yggdrasil.gmi Connect I2P with Yggdrasil