diff options
| author | Darkeye <postfach@martinmichel.info> | 2011-02-26 18:05:06 (GMT) | 
|---|---|---|
| committer | Darkeye <postfach@martinmichel.info> | 2011-02-26 18:05:06 (GMT) | 
| commit | 360fd27d1d0449c43a6ebb653cca655acbeaadb1 (patch) | |
| tree | f5eafe93b804f9e3b56b5a2897991d36fd5bc649 | |
| parent | f5f9f9f43b6ea3b5b9d63c5aaff1587c3f2f2cfb (diff) | |
debug output deleted
old comments deleted
| -rwxr-xr-x | files/sbin/splash_sync | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/files/sbin/splash_sync b/files/sbin/splash_sync index a188426..a114297 100755 --- a/files/sbin/splash_sync +++ b/files/sbin/splash_sync @@ -10,11 +10,9 @@ splash_check() {     config_get ip "$1" ip     config_get time "$1" time     local config="$1"  -   echo Vergleich Jetzt `date +%s` gespeichert $time     let time_check=$time+$timeout     if [ $time_check -gt  $current_time ]; then     	# User ist noch gesplashed -   	echo User ist noch gesplashed     	iptables  -t nat -D ffj_splash -s $ip -j ACCEPT     	iptables  -t nat -I ffj_splash 1 -s $ip -j ACCEPT     else @@ -35,10 +33,7 @@ iptables -t nat -X ffj_splash  iptables -t nat -N ffj_splash  iptables -t nat -I zone_mesh_prerouting 1 -p tcp -j ffj_splash  config_foreach splash_check user -#iptables -t nat -D ffj_splash -p tcp -j DNAT --to 10.17.200.1:80  iptables -t nat -A ffj_splash -p tcp -j DNAT --to $myip:80 -#iptables -t nat -D ffj_splash -j DROP -#iptables -t nat -A ffj_splash -j DROP  | 
