Conversation
Notices
-
ninguno (nobody@gnusocial.net)'s status on Friday, 17-Feb-2017 14:58:05 UTC ninguno
# log when somebody (im not) start watching your #mumble server 😉
iptables -A INPUT -p udp -m state --state NEW -m udp --dport 64738 -j LOG
tail -f /var/log/syslog | grep 64738 | awk '{print $9}'- puppetmaster likes this.