mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-09 01:51:47 +00:00
chore: use @ instead of _ for speed test dest
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
SpeedtestDest = "_SpeedTest"
|
||||
SpeedtestDest = "@SpeedTest"
|
||||
)
|
||||
|
||||
// speedtestHandler is a PluggableOutbound that handles speed test requests.
|
||||
|
Reference in New Issue
Block a user