chore: use @ instead of _ for speed test dest

This commit is contained in:
Toby 2024-03-09 21:39:30 -08:00
parent e99ac076da
commit d82d76743f

View file

@ -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.