From 4da9b278fe3118c36c5d3329720922f703818a39 Mon Sep 17 00:00:00 2001 From: pazos Date: Thu, 3 Jul 2014 13:56:13 +0200 Subject: [PATCH] Kobo has firewall disabled (and to iptables binary) --- kobo/koreader.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kobo/koreader.sh b/kobo/koreader.sh index 056169fb7..a068d65f1 100755 --- a/kobo/koreader.sh +++ b/kobo/koreader.sh @@ -10,10 +10,6 @@ export TESSDATA_PREFIX="data" # export dict directory export STARDICT_DATA_DIR="data/dict" -# accept input ports for zsync plugin -iptables -A INPUT -i wlan0 -p udp --dport 5670 -j ACCEPT -iptables -A INPUT -i wlan0 -p tcp --dport 49152:49162 -j ACCEPT - # exit from nickel killall nickel killall hindenburg @@ -21,9 +17,5 @@ killall hindenburg # finally call the launcher ./reader.lua /mnt/onboard 2> crash.log -# restore firewall rules -iptables -D INPUT -i wlan0 -p udp --dport 5670 -j ACCEPT -iptables -D INPUT -i wlan0 -p tcp --dport 49152:49162 -j ACCEPT - # back to nickel ./nickel.sh