Browse Source

Start using the firewall at the earliest opportunity

Bob Mottram 10 years ago
parent
commit
ad589c2fd3
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      install-freedombone.sh

+ 4
- 4
install-freedombone.sh View File

962
 }
962
 }
963
 
963
 
964
 argument_checks
964
 argument_checks
965
+configure_firewall
966
+configure_firewall_for_ssh
967
+configure_firewall_for_dns
968
+configure_firewall_for_web
965
 remove_proprietary_repos
969
 remove_proprietary_repos
966
 https_repos
970
 https_repos
967
 configure_dns
971
 configure_dns
972
 update_the_kernel
976
 update_the_kernel
973
 enable_zram
977
 enable_zram
974
 random_number_generator
978
 random_number_generator
975
-configure_firewall
976
-configure_firewall_for_dns
977
-configure_firewall_for_web
978
 configure_firewall_for_ftp
979
 configure_firewall_for_ftp
979
 configure_firewall_ephemeral_ports
980
 configure_firewall_ephemeral_ports
980
 configure_firewall_for_git
981
 configure_firewall_for_git
981
-configure_firewall_for_ssh
982
 configure_firewall_for_email
982
 configure_firewall_for_email
983
 set_your_domain_name
983
 set_your_domain_name
984
 time_synchronisation
984
 time_synchronisation