Start using the firewall at the earliest opportunity
This commit is contained in:
parent
f5122f3e68
commit
ad589c2fd3
|
@ -962,6 +962,10 @@ function install_final {
|
||||||
}
|
}
|
||||||
|
|
||||||
argument_checks
|
argument_checks
|
||||||
|
configure_firewall
|
||||||
|
configure_firewall_for_ssh
|
||||||
|
configure_firewall_for_dns
|
||||||
|
configure_firewall_for_web
|
||||||
remove_proprietary_repos
|
remove_proprietary_repos
|
||||||
https_repos
|
https_repos
|
||||||
configure_dns
|
configure_dns
|
||||||
|
@ -972,13 +976,9 @@ enable_backports
|
||||||
update_the_kernel
|
update_the_kernel
|
||||||
enable_zram
|
enable_zram
|
||||||
random_number_generator
|
random_number_generator
|
||||||
configure_firewall
|
|
||||||
configure_firewall_for_dns
|
|
||||||
configure_firewall_for_web
|
|
||||||
configure_firewall_for_ftp
|
configure_firewall_for_ftp
|
||||||
configure_firewall_ephemeral_ports
|
configure_firewall_ephemeral_ports
|
||||||
configure_firewall_for_git
|
configure_firewall_for_git
|
||||||
configure_firewall_for_ssh
|
|
||||||
configure_firewall_for_email
|
configure_firewall_for_email
|
||||||
set_your_domain_name
|
set_your_domain_name
|
||||||
time_synchronisation
|
time_synchronisation
|
||||||
|
|
Loading…
Reference in New Issue