diff options
| author | fgsfds <4870330+fgsfds@users.noreply.github.com> | 2025-08-07 21:35:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 21:35:11 +0300 |
| commit | ae08a29cde7f4125df0480712dcbff316573e787 (patch) | |
| tree | c66c55ef0324807beffa2854a1da04cf84579122 /web/service/server.go | |
| parent | 4f25eb230edd29fa7bcf8b9bcd02ec3c38cf0a2b (diff) | |
fix: Xray restarting after being manually stopped (#2896) (#3329)
Diffstat (limited to 'web/service/server.go')
| -rw-r--r-- | web/service/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/service/server.go b/web/service/server.go index 8b1bc0a9..6b4e5d63 100644 --- a/web/service/server.go +++ b/web/service/server.go @@ -347,7 +347,6 @@ func (s *ServerService) StopXrayService() error { } func (s *ServerService) RestartXrayService() error { - s.xrayService.StopXray() err := s.xrayService.RestartXray(true) if err != nil { logger.Error("start xray failed:", err) |
