From 9c8b2a600602f79902374e38ca282b516f3cb397 Mon Sep 17 00:00:00 2001 From: perennial Date: Fri, 1 Mar 2024 13:40:54 +1100 Subject: [PATCH] Set 127.0.0.1 as default for PIXIVFE_HOST Avoid exposing port 8282 directly on the host --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5d01cc9..d720a50 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ PIXIVFE_PORT="8282" # -- Optional variables PIXIVFE_DEV= -PIXIVFE_HOST="0.0.0.0" +PIXIVFE_HOST="127.0.0.1" PIXIVFE_REQUESTLIMIT= PIXIVFE_IMAGEPROXY= PIXIVFE_USERAGENT="Mozilla/5.0"