From caa2c523f46aa91fcf580a83f89815558fcb55d3 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:56:09 +0800 Subject: [PATCH] Remove singbox update geo file --- v2rayN/v2rayN/Handler/UpdateHandle.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/v2rayN/Handler/UpdateHandle.cs b/v2rayN/v2rayN/Handler/UpdateHandle.cs index 2ca1f802..0b677cde 100644 --- a/v2rayN/v2rayN/Handler/UpdateHandle.cs +++ b/v2rayN/v2rayN/Handler/UpdateHandle.cs @@ -296,8 +296,8 @@ namespace v2rayN.Handler await UpdateGeoFile("geosite", _config, update); await UpdateGeoFile("geoip", _config, update); - await UpdateGeoFile4Singbox("geosite", _config, false, update); - await UpdateGeoFile4Singbox("geoip", _config, true, update); + //await UpdateGeoFile4Singbox("geosite", _config, false, update); + //await UpdateGeoFile4Singbox("geoip", _config, true, update); }); }