From 03ce2678650f7f3ddf839286f1a77c8723904ad3 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Wed, 25 Feb 2026 22:33:38 +0300 Subject: [PATCH] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d21b8f7..28a0087 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ tls = true # === Server Binding === [server] -port = 9999 +port = 443 # proxy_protocol = false # Enable if behind HAProxy/nginx with PROXY protocol metrics_port = 9090 metrics_whitelist = ["127.0.0.1", "::1", "0.0.0.0/0"]