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
+1 -1
View File
@@ -75,7 +75,7 @@ tokio-stream.workspace = true
tonic = { workspace = true }
tower.workspace = true
transform-stream.workspace = true
tower-http.workspace = true
tower-http = { workspace = true, features = ["trace", "compression-full", "cors"] }
uuid = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]