From d1e225211ee72655e39ede5f61b1e9194e799348 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 7 May 2023 20:04:39 -0400 Subject: [PATCH] disabled ipv6 & ssl (will enable via deploy-tool) --- data/services.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/services.conf b/data/services.conf index c4deb64..2bf0a51 100644 --- a/data/services.conf +++ b/data/services.conf @@ -5,8 +5,8 @@ define { uplink { host = "REDACTED" - ipv6 = yes - ssl = yes + ipv6 = no + ssl = no port = REDACTED password = "REDACTED" }