From 92187480cecb9626084f7b156e3031d4369a3780 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sat, 16 Oct 2021 16:11:49 +0800 Subject: [PATCH] [Other] Update geosite --- Other/geosite/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {