diff --git a/Other/geosite/build.ps1 b/Other/geosite/build.ps1 index f8c0019d..62edf112 100644 --- a/Other/geosite/build.ps1 +++ b/Other/geosite/build.ps1 @@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) try { Invoke-WebRequest ` - -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211013090609/dlc.dat' ` + -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211016052758/dlc.dat' ` -OutFile 'geosite.dat' } catch {