From dc3b18de94974e6ef93e94f4ad8df0a98b94b906 Mon Sep 17 00:00:00 2001 From: BPplays Date: Wed, 25 Dec 2024 16:47:08 -0800 Subject: [PATCH] fixed typo --- default/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/config.yaml b/default/config.yaml index fcff9c76f..6611e3732 100644 --- a/default/config.yaml +++ b/default/config.yaml @@ -8,7 +8,7 @@ cardsCacheCapacity: 100 listen: false # Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled! # - Use option "auto" to automatically detect support -# - Use "enabled" or "disabled" to enable or disabled each protocol +# - Use "enabled" or "disabled" to enable or disable each protocol protocol: ipv4: auto ipv6: auto