Skip to content

Commit

Permalink
Attempt to load rules even if monokern
Browse files Browse the repository at this point in the history
  • Loading branch information
nexnwelch committed May 18, 2021
1 parent 72eb89e commit 4f444ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/internals/functions.apf
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ modinit() {
if [ ! "$SET_MONOKERN" == "1" ]; then
# Loading Kernel Modules
ml ip_tables 1
fi
modlist="ip_conntrack ip_conntrack_ftp ip_conntrack_irc iptable_filter iptable_mangle ipt_ecn ipt_length ipt_limit ipt_LOG ipt_mac ipt_multiport ipt_owner ipt_recent ipt_REJECT ipt_state ipt_TCPMSS ipt_TOS ipt_ttl ipt_ULOG nf_conntrack nf_conntrack_ftp nf_conntrack_irc xt_conntrack xt_conntrack_ftp xt_conntrack_irc xt_ecn xt_length xt_limit xt_LOG xt_mac xt_multiport xt_owner xt_recent xt_REJECT xt_state xt_TCPMSS xt_TOS xt_ttl xt_ULOG"
for mod in $modlist; do
ml $mod
done

fi
}

check_rab() {
Expand Down

0 comments on commit 4f444ee

Please sign in to comment.