mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-30 20:20:17 +00:00
Check ports before networking
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
7b5d47f22d
commit
aeb11ac5df
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,6 @@ check_networking() {
|
|||
# Runs through several of the functions made earlier; we just clump them
|
||||
# together since they are all related to the networking aspect of things
|
||||
echo_current_diagnostic "Networking"
|
||||
check_required_ports
|
||||
detect_ip_addresses "4"
|
||||
detect_ip_addresses "6"
|
||||
ping_gateway "4"
|
||||
|
@ -1451,6 +1450,7 @@ check_firewalld
|
|||
processor_check
|
||||
parse_locale
|
||||
disk_usage
|
||||
check_required_ports
|
||||
check_networking
|
||||
check_name_resolution
|
||||
check_dhcp_servers
|
||||
|
|
Loading…
Add table
Reference in a new issue