ezirc/README.md
2025-09-05 05:22:25 +00:00

14 lines
276 B
Markdown

# ezirc
Run a hidden IRC server!
---
Run on Docker:
```
git clone https://git.hackfreedom.org/hack-freedom/ezirc.git
cd ezirc
docker build -t thelounge-ngircd-tor:edge .
docker run --name thelounge-tor -v ./data:/data --restart unless-stopped thelounge-ngircd-tor:edge
```