Полный production-фикс fix30/fix30.1: auth, smoke, bootstrap, preflight, rollback и валидация PATCH
This commit is contained in:
@@ -31,10 +31,6 @@ func resolvePublicEndpoint() (string, int, error) {
|
||||
}
|
||||
|
||||
func Hysteria2Auth(conPass string) (int64, string, error) {
|
||||
if !Hysteria2IsRunning() {
|
||||
return 0, "", errors.New("hysteria2 is not running")
|
||||
}
|
||||
|
||||
now := time.Now().UnixMilli()
|
||||
secretDigest, digestErr := PeerSecretDigest(conPass)
|
||||
if digestErr != nil {
|
||||
|
||||
Reference in New Issue
Block a user