1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Remove some debug tests

This commit is contained in:
Ycarus 2018-05-06 08:50:16 +02:00
parent 5b56f6a387
commit 0e22cbd6b2

View file

@ -233,7 +233,6 @@ ss_rules_iptchains_init_() {
forward) dst_default_target=ss_rules_forward ;;
bypass|*) dst_default_target=RETURN ;;
esac
echo "titi"
sed -e '/^\s*$/d' -e 's/^\s\+//' <<-EOF | iptables-restore --noflush
*$table
:ss_rules_pre_src -
@ -256,7 +255,6 @@ ss_rules_iptchains_init_() {
COMMIT
$recentrst_mangle_rules
EOF
echo "toto"
}
ss_rules_iptchains_mkprerules() {