Remove ephemerals
This commit is contained in:
parent
ad589c2fd3
commit
0ae29f175a
|
@ -463,15 +463,6 @@ function configure_firewall_for_ftp {
|
||||||
echo 'configure_firewall_for_ftp' >> $COMPLETION_FILE
|
echo 'configure_firewall_for_ftp' >> $COMPLETION_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
function configure_firewall_ephemeral_ports {
|
|
||||||
if grep -Fxq "configure_firewall_ephemeral_ports" $COMPLETION_FILE; then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
iptables -I INPUT -i eth0 -p tcp --dport 32768:61000 -j ACCEPT
|
|
||||||
save_firewall_settings
|
|
||||||
echo 'configure_firewall_ephemeral_ports' >> $COMPLETION_FILE
|
|
||||||
}
|
|
||||||
|
|
||||||
function configure_firewall_for_web {
|
function configure_firewall_for_web {
|
||||||
if grep -Fxq "configure_firewall_for_web" $COMPLETION_FILE; then
|
if grep -Fxq "configure_firewall_for_web" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
|
@ -977,7 +968,6 @@ update_the_kernel
|
||||||
enable_zram
|
enable_zram
|
||||||
random_number_generator
|
random_number_generator
|
||||||
configure_firewall_for_ftp
|
configure_firewall_for_ftp
|
||||||
configure_firewall_ephemeral_ports
|
|
||||||
configure_firewall_for_git
|
configure_firewall_for_git
|
||||||
configure_firewall_for_email
|
configure_firewall_for_email
|
||||||
set_your_domain_name
|
set_your_domain_name
|
||||||
|
|
Loading…
Reference in New Issue