Browse Source

[Config] Remove 0.0.0.0 example

andryyy 4 years ago
parent
commit
79f8a3c2b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate_config.sh

+ 1 - 1
generate_config.sh

@@ -156,7 +156,7 @@ HTTPS_BIND=
 # Other bindings
 # ------------------------------
 # 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
 SMTPS_PORT=465