From 3c09da628db234515d0b9d385a712fee2e20ccb4 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:10:36 -0400 Subject: [PATCH] Remove unneeded comments and options from config --- configuration/config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration/config.yaml b/configuration/config.yaml index 47feae3..a367320 100644 --- a/configuration/config.yaml +++ b/configuration/config.yaml @@ -5,11 +5,8 @@ listen_port: 2240 web_port: 8088 # These settings make sure that connections are not blocked because they use an -# old version of TLS. This was probably the most annoying problem to solve for -# me. Note that not all of these settings are actually used; some are just for -# compatability with older versions and are ignored. +# old version of TLS. ssl_insecure: true -upstream_cert: false tls_version_server_min: UNBOUNDED tls_version_client_min: UNBOUNDED