Edit bindIP from 0.0.0.0 to 127.0.0.1 for security reasons

This commit is contained in:
OniriCorpe
2024-02-21 21:17:12 +01:00
committed by GitHub
parent 4a6b6b7cb6
commit 21c299ec9d

View File

@@ -99,7 +99,7 @@ pool:
# ---------------------------------------------------------------------
# Leave 0.0.0.0 for all interfaces
bindIP: 0.0.0.0
bindIP: 127.0.0.1
# ---------------------------------------------------------------------
# Log Level