Split up listen address configuration between IPv4 and IPv6

This commit is contained in:
Kristan Schlikow
2025-02-14 19:58:59 +01:00
parent ad8f0f564f
commit 2445b6d9dc
2 changed files with 23 additions and 15 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ cardsCacheCapacity: 100
# Listen for incoming connections
listen: false
# Listen on a specific address, supports IPv4 and IPv6
listenAddress: 0.0.0.0
listenAddressIPv6: [::]
listenAddressIPv4: 0.0.0.0
# Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled!
# - Use option "auto" to automatically detect support
# - Use true or false (no qoutes) to enable or disable each protocol