Skip to content

Commit

Permalink
Update subService.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alipour66m authored Jun 9, 2023
1 parent 9c692d4 commit 630de07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sub/subService.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ func (s *SubService) genVmessLink(inbound *model.Inbound, email string) string {
}

func (s *SubService) genVlessLink(inbound *model.Inbound, email string) string {
address := s.address
address, _ := s.settingServics.GetSubUpdates()
address := "mci.alipour.top"
if inbound.Protocol != model.VLESS {
return ""
}
Expand Down

0 comments on commit 630de07

Please sign in to comment.