Allow user to configure an address to listen to

This commit is contained in:
Kristan Schlikow
2025-02-13 23:43:10 +01:00
parent 09aaa9181c
commit 83f74a5d22
2 changed files with 40 additions and 6 deletions

View File

@@ -6,6 +6,8 @@ cardsCacheCapacity: 100
# -- SERVER CONFIGURATION --
# Listen for incoming connections
listen: false
# Listen on a specific address, supports IPv4 and IPv6
listenAddress: 127.0.0.1
# 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