From 0038290a480f963a943e701ea542f2b3a53f85e4 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 30 Sep 2025 14:29:26 +1000 Subject: [PATCH] Update subService.go --- sub/subService.go | 3 --- 1 file changed, 3 deletions(-) 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 }