Feature/status Support IPV4 and IPV6 dual stack and 308 Permanent Redirect (#329)

* test 308 Permanent Redirect

* improve code and Support IPV4 and IPV6 dual stack

* remove code
This commit is contained in:
houseme
2025-04-15 23:29:12 +08:00
committed by GitHub
parent 7fc280c22b
commit fffa1ec671
4 changed files with 83 additions and 40 deletions

View File

@@ -28,9 +28,9 @@ fi
export RUSTFS_VOLUMES="./target/volume/test{0...4}"
# export RUSTFS_VOLUMES="./target/volume/test"
export RUSTFS_ADDRESS="0.0.0.0:9000"
export RUSTFS_ADDRESS="[::]:9000"
export RUSTFS_CONSOLE_ENABLE=true
export RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9002"
export RUSTFS_CONSOLE_ADDRESS="[::]:9002"
# export RUSTFS_SERVER_DOMAINS="localhost:9000"
# HTTPS 证书目录
# export RUSTFS_TLS_PATH="./deploy/certs"