mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: change default bind address to :: for dual‑stack support
The socket bound to :: accepts both IPv6 and IPv4 (mapped) connections, so this change enables IPv6 connectivity in addition to the existing IPv4 behaviour.
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ BICHON_ROOT_DIR=/data/bichon-data
|
||||
# Enable API access token validation
|
||||
BICHON_ENABLE_ACCESS_TOKEN=false
|
||||
|
||||
# IP address to bind the HTTP and gRPC servers to (default: 0.0.0.0)
|
||||
# IP address to bind the HTTP and gRPC servers to (default: ::)
|
||||
BICHON_BIND_IP=
|
||||
|
||||
# Comma-separated list of allowed CORS origins (e.g. https://app.example.com)
|
||||
|
||||
Reference in New Issue
Block a user