From 1a5c0598133eb5b7b942a81d206e2947ee4ce1c4 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 03:15:05 +0100 Subject: [PATCH] fix bind-address --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index 253e02a..f9bf538 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -113,7 +113,7 @@ protocol: "https" # so that the proxy can't be bypassed. # Examples: ["0.0.0.0", "172.128.0.16", "localhost", "[::]", "[2001:db8::fed1]"] # Default: "0.0.0.0" -bind-address: "0.0.0.0" +bind-address: "127.0.0.1" # Int. Listen port for the GoToSocial webserver + API. If you're running behind a reverse proxy and/or in a docker, # container, just set this to whatever you like (or leave the default), and make sure it's forwarded properly.