Skip to content

Commit

Permalink
remove xray embeded geo files #1300
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Dec 8, 2023
1 parent 6df3938 commit e69c224
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/service/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,6 @@ func (s *ServerService) UpdateXray(version string) error {
if err != nil {
return err
}
err = copyZipFile("geosite.dat", xray.GetGeositePath())
if err != nil {
return err
}
err = copyZipFile("geoip.dat", xray.GetGeoipPath())
if err != nil {
return err
}

return nil

Expand Down

0 comments on commit e69c224

Please sign in to comment.