Skip to content

Commit

Permalink
Replaced wrong method parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lilendian0x00 committed Dec 22, 2023
1 parent a3d7777 commit 50094da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/examiner.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (e *Examiner) ExamineConfig(link string) (Result, error) {
r.Protocol = parsed
r.TLS = parsed.ConvertToGeneralConfig().TLS

instance, err1 := e.Xs.MakeXrayInstance(nil)
instance, err1 := e.Xs.MakeXrayInstance(parsed)
if err1 != nil {
r.Status = "broken"
return r, nil
Expand Down

0 comments on commit 50094da

Please sign in to comment.