Posted by Security is just an illusion at Friday, January 25, 2013
Read our previous post
ZNC is an IRC network bouncer ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports SSL secured connections and IPv6.
ZNC is written in C++ and licensed under the GNU General Public License.
- Upload Script to your root Server
- chmod 0777 scriptname.sh
- ./scriptname.sh
- Conf it
- Have pfun
#!/bin/bash # by cr4shyyy Auto ZNC IRC Network bouncer aptitude install znc echo Add znc as User read -p "Press any key to start ..." sudo useradd -m -G users -s /bin/bash znc passwd znc read -p "Press any key to start Znc Makeconf ..." sudo -u znc -H sh -c "znc --makeconf"
No comments:
Post a Comment