znc.md (428B)
1 # znc 2 3 ## install 4 5 guide for [installing][] on centos (requires [epel-release][]) 6 ``` 7 yum install epel-release 8 yum install znc 9 sudo -u znc znc --makeconf 10 semanage port -a -t http_port_t -p tcp 1666 11 firewall-cmd --permanent --add-port=1666/tcp 12 ``` 13 14 [installing]: https://wiki.znc.in/Installation#Fedora.2FCentOS.2FRed_Hat_Enterprise_Linux 15 [epel-release]: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F