From f8a4f946e4bb63c7db7e1ccf6b10bf68444e1bae Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:56:18 +0800 Subject: [PATCH] Fixed the issue of missing files when updating GeoFiles https://github.com/2dust/v2rayN/issues/7585 --- v2rayN/ServiceLib/Services/UpdateService.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v2rayN/ServiceLib/Services/UpdateService.cs b/v2rayN/ServiceLib/Services/UpdateService.cs index c4acbe80..831ef2c3 100644 --- a/v2rayN/ServiceLib/Services/UpdateService.cs +++ b/v2rayN/ServiceLib/Services/UpdateService.cs @@ -536,6 +536,11 @@ public class UpdateService } } + //append dns items TODO + geoSiteFiles.Add("cn"); + geoSiteFiles.Add("geolocation-cn"); + geoSiteFiles.Add("category-ads-all"); + var path = Utils.GetBinPath("srss"); if (!Directory.Exists(path)) {