mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 13:07:39 +03:00
chore: use @ instead of _ for speed test dest
This commit is contained in:
parent
e99ac076da
commit
d82d76743f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
SpeedtestDest = "_SpeedTest"
|
SpeedtestDest = "@SpeedTest"
|
||||||
)
|
)
|
||||||
|
|
||||||
// speedtestHandler is a PluggableOutbound that handles speed test requests.
|
// speedtestHandler is a PluggableOutbound that handles speed test requests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue