KT6 on 5.17.1.0.4 JB
I only use koreader and do all my file transfers via koreader's ssh server.
Would doing something like this be a bad idea?
Code:
iptables -P OUTPUT DROP
iptables -A OUTPUT -d 192.168.0.0/24 -j ACCEPT
Or is there already a solution that i'm not aware of?