znc-config
advanced modular IRC bouncer (development headers)
Install
- All systems
-
curl cmd.cat/znc-config.sh
- Debian
-
apt-get install znc-dev
- Ubuntu
-
apt-get install znc-dev
- Alpine
-
apk add znc-dev
- Kali Linux
-
apt-get install znc-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install znc-dev
- Raspbian
-
apt-get install znc-dev
- Dockerfile
- dockerfile.run/znc-config
- Docker
-
docker run cmd.cat/znc-config znc-config
powered by Commando
znc-dev
advanced modular IRC bouncer (development headers)
znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. This package contains the znc development headers for developing modules.