Set 127.0.0.1 as default for PIXIVFE_HOST

Avoid exposing port 8282 directly on the host
This commit is contained in:
perennial
2024-03-01 13:40:54 +11:00
parent ef011e4426
commit 9c8b2a6006
+1 -1
View File
@@ -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"