mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Set 127.0.0.1 as default for PIXIVFE_HOST
Avoid exposing port 8282 directly on the host
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user