Sfoglia il codice sorgente

[Config] Remove 0.0.0.0 example

andryyy 4 anni fa
parent
commit
79f8a3c2b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      generate_config.sh

+ 1 - 1
generate_config.sh

@@ -156,7 +156,7 @@ HTTPS_BIND=
 # Other bindings
 # Other bindings
 # ------------------------------
 # ------------------------------
 # You should leave that alone
 # You should leave that alone
-# Format: 11.22.33.44:25 or 0.0.0.0:465 etc.
+# Format: 11.22.33.44:25 or 12.34.56.78:465 etc.
 
 
 SMTP_PORT=25
 SMTP_PORT=25
 SMTPS_PORT=465
 SMTPS_PORT=465