Simple Syslog to IRC Gateway with message filtering
$ git clone https://github.com/xmorpheus/syslog2irc.git- Change to the syslog2irc directory
- Change into the config directory
$ copy config-default.yml config.yml$ copy blacklist-default.yml blacklist.yml- Edit configuration
$ $EDITOR config.yml - Setup IPTables to direct syslog traffic to a port > 1024
$ iptables -t nat -A PREROUTING -p udp --dport 514 -j REDIRECT --to-port 1514
$ ./bin/syslog2irc
- Fork it ( http://github.com//syslog2irc/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request