Explorar el Código

disabling dns resolution by default

Medowar hace 1 mes
padre
commit
2c1ae49f4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chrony-network-stats.sh

+ 1 - 1
chrony-network-stats.sh

@@ -30,7 +30,7 @@ GITHUB_REPO_LINK_SHOW="yes" ## You can display the link to the repo 'chrony-stat
 
 ###### Advanced Configuration ######
 
-CHRONY_ALLOW_DNS_LOOKUP="yes" ##  Yes allow DNS reverse lookups. No to prevent slow DNS reverse lookups
+CHRONY_ALLOW_DNS_LOOKUP="no" ##  Yes allow DNS reverse lookups. No to prevent slow DNS reverse lookups
 DISPLAY_PRESET="default" # Preset for large screens. Options: default | 2k | 4k
 
 TIMEOUT_SECONDS=5