mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-25 18:38:33 +00:00
feat: TCP redirect mode
This commit is contained in:
@@ -85,6 +85,9 @@ func TestClientConfig(t *testing.T) {
|
||||
Listen: "127.0.0.1:2501",
|
||||
Timeout: 20 * time.Second,
|
||||
},
|
||||
TCPRedirect: &tcpRedirectConfig{
|
||||
Listen: "127.0.0.1:3500",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user