diff --git a/sub/subService.go b/sub/subService.go index 7df7444a..8b35c457 100644 --- a/sub/subService.go +++ b/sub/subService.go @@ -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 }