Skip to content

Commit

Permalink
wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguo committed Jun 26, 2024
1 parent 543a644 commit 9deff15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xray/xray.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/xtls/xray-core/common/cmdarg"
"github.com/xtls/xray-core/core"
_ "github.com/xtls/xray-core/main/distro/all"
xinternet "github.com/xtls/xray-core/transport/internet"
)

var (
Expand Down Expand Up @@ -69,8 +68,6 @@ func StopXray() error {
return err
}
}
// reset effectiveSystemDialer when stopped
xinternet.UseAlternativeSystemDialer(nil)
return nil
}

Expand Down

0 comments on commit 9deff15

Please sign in to comment.