feat(config): change default port to 8009
Some checks are pending
Docker CI/CD / Docker Build and Push to Docker Hub (push) Waiting to run

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.
This commit is contained in:
Kumi 2024-05-17 11:45:41 +02:00
parent 1cd7043a36
commit ee7e866748
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,7 +1,7 @@
[Homeserver]
Homeserver = https://example.com
ListenAddress = localhost
ListenPort = 8010
ListenPort = 8009
IgnoreVerification = True
LogLevel = debug
UseKeyring = no