You are not logged in.
Pages: 1
for linux, you just have to block auth portiptables -I OUTPUT 1 -d 69.10.30.248 -p udp --dport 29910 -j REJECT
for linux, you just have to block auth port
iptables -I OUTPUT 1 -d 69.10.30.248 -p udp --dport 29910 -j REJECT
Can you explain how I would do this please?