soju/contrib/tlstunnel.md

23 lines
367 B
Markdown
Raw Normal View History

2023-12-01 10:10:38 +00:00
# Setting up tlstunnel with soju
[tlstunnel] can be used in front of soju to take care of TLS.
## tlstunnel configuration
```
frontend {
listen irc.example.org:6697
backend tcp+proxy://localhost:6667
protocol irc
}
```
## soju configuration
```
listen irc+insecure://localhost
accept-proxy-ip localhost
```
[tlstunnel]: https://git.sr.ht/~emersion/tlstunnel