From ee7e866748d494313fb4a9f6e9777fa0a18b10f2 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 17 May 2024 11:45:41 +0200 Subject: [PATCH] feat(config): change default port to 8009 Updated the default listening port in pantalaimon.example.conf from 8010 to 8009. This alteration ensures compatibility with new network policies and avoids collision with commonly used ports in the default configuration. It's an important change for users setting up new instances, enabling smoother initial configurations without manual port adjustments. --- contrib/pantalaimon.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pantalaimon.example.conf b/contrib/pantalaimon.example.conf index 400e0cd..edd95e1 100644 --- a/contrib/pantalaimon.example.conf +++ b/contrib/pantalaimon.example.conf @@ -1,7 +1,7 @@ [Homeserver] Homeserver = https://example.com ListenAddress = localhost -ListenPort = 8010 +ListenPort = 8009 IgnoreVerification = True LogLevel = debug UseKeyring = no