View Single Post
Old 07-13-2025, 09:40 PM   #1
bnuuy
Junior Member
bnuuy began at the beginning.
 
bnuuy's Avatar
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: KT6
How to limit kindle to local network

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?
bnuuy is offline   Reply With Quote