Explorar o código

Fix generate_config

andre.peters %!s(int64=7) %!d(string=hai) anos
pai
achega
0514a1463d
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      generate_config.sh

+ 8 - 0
generate_config.sh

@@ -101,8 +101,16 @@ USE_WATCHDOG=n
 # Send notifications by mail (no DKIM signature, sent from watchdog@MAILCOW_HOSTNAME)
 # Send notifications by mail (no DKIM signature, sent from watchdog@MAILCOW_HOSTNAME)
 #WATCHDOG_NOTIFY_EMAIL=
 #WATCHDOG_NOTIFY_EMAIL=
 
 
+# Max log lines per service to keep in Redis logs
 LOG_LINES=9999
 LOG_LINES=9999
 
 
+# Internal IPv4 /24 subnet, format n.n.n. (expands to n.n.n.0/24)
+IPV4_NETWORK=172.22.1
+
+# Internal IPv6 subnet in fd00::/8
+IPV6_NETWORK=fd4d:6169:6c63:6f77::/64
+
+
 EOF
 EOF
 
 
 mkdir -p data/assets/ssl
 mkdir -p data/assets/ssl