From 05a10a354730e4f198a4387242a8f56d95b12051 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:54:25 -0400 Subject: [PATCH] chore: update serverConfig listen_ipv6 field to disable ipv6 --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 90f3204b..32fe47fe 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,7 @@ enable_pprof: false # whether to expose pprof (https://pkg.go.dev/runtime/pprof) server: listen_ipv4: 0.0.0.0 # set to '-' to disable ipv4 - listen_ipv6: ::1 # set to '-' to disable ipv6 + listen_ipv6: - # set to '-' to disable ipv6 base_path: / public_url: waka.hackclub.com # required for links (e.g. password reset) in e-mail