applications/splash: Fix blacklisting mechanism, expose status on public freifunk...
[project/luci.git] / applications / luci-splash / root / usr / sbin / luci-splash
index 7738679..ae459ad 100755 (executable)
@@ -315,7 +315,6 @@ end
 -- Add blacklist rules
 function add_blacklist_rule(mac)
        os.execute("iptables -t filter -I luci_splash_filter -m mac --mac-source %q -j DROP" % mac)
-       os.execute("iptables -t nat    -I luci_splash_leases -m mac --mac-source %q -j DROP" % mac)
 end