mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-01 13:10:15 +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
|
# Runs through several of the functions made earlier; we just clump them
|
||||||
# together since they are all related to the networking aspect of things
|
# together since they are all related to the networking aspect of things
|
||||||
echo_current_diagnostic "Networking"
|
echo_current_diagnostic "Networking"
|
||||||
check_required_ports
|
|
||||||
detect_ip_addresses "4"
|
detect_ip_addresses "4"
|
||||||
detect_ip_addresses "6"
|
detect_ip_addresses "6"
|
||||||
ping_gateway "4"
|
ping_gateway "4"
|
||||||
|
@ -1451,6 +1450,7 @@ check_firewalld
|
||||||
processor_check
|
processor_check
|
||||||
parse_locale
|
parse_locale
|
||||||
disk_usage
|
disk_usage
|
||||||
|
check_required_ports
|
||||||
check_networking
|
check_networking
|
||||||
check_name_resolution
|
check_name_resolution
|
||||||
check_dhcp_servers
|
check_dhcp_servers
|
||||||
|
|
Loading…
Add table
Reference in a new issue