Update subService.go

This commit is contained in:
Denis 2025-09-30 14:29:26 +10:00 committed by GitHub
parent 564f288411
commit 0038290a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,9 +111,6 @@ func (s *SubService) GetSubs(subId string, host string) ([]string, int64, xray.C
}
}
}
fixedLink := "vless://ваш-uuid@ваш-домен.com:443?encryption=none&security=tls&type=ws&host=ваш-домен.com&path=%2Ffixed-path#Fixed-Profile"
result = append(result, fixedLink)
return result, lastOnline, traffic, nil
}