From e25d847bdb1a2e08a49148889d8b5658bd4ca73d Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 3 Oct 2025 18:09:59 +0330 Subject: [PATCH] fix dns cache --- core/server/go.mod | 4 ++-- core/server/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/server/go.mod b/core/server/go.mod index be1f74a..4dbecc8 100644 --- a/core/server/go.mod +++ b/core/server/go.mod @@ -4,6 +4,7 @@ go 1.23.6 require ( github.com/Mahdi-zarei/speedtest-go v1.7.12 + github.com/biter777/countries v1.7.5 github.com/chai2010/protorpc v0.0.0-00010101000000-000000000000 github.com/dustin/go-humanize v1.0.1 github.com/gofrs/uuid/v5 v5.3.2 @@ -17,7 +18,7 @@ require ( google.golang.org/protobuf v1.36.6 ) -replace github.com/sagernet/sing-box => github.com/throneproj/sing-box v1.11.16-0.20250923115053-308d2d6fe6a9 +replace github.com/sagernet/sing-box => github.com/throneproj/sing-box v1.11.16-0.20251003143907-415b931b5a47 replace github.com/sagernet/wireguard-go => github.com/throneproj/wireguard-go v0.0.1-beta.7.0.20250728063157-408bba78ad26 @@ -30,7 +31,6 @@ require ( github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa // indirect github.com/andybalholm/brotli v1.1.0 // indirect github.com/anytls/sing-anytls v0.0.8 // indirect - github.com/biter777/countries v1.7.5 // indirect github.com/bits-and-blooms/bitset v1.13.0 // indirect github.com/caddyserver/certmagic v0.23.0 // indirect github.com/caddyserver/zerossl v0.1.3 // indirect diff --git a/core/server/go.sum b/core/server/go.sum index 7ff62c0..73f53d1 100644 --- a/core/server/go.sum +++ b/core/server/go.sum @@ -218,8 +218,8 @@ github.com/tc-hib/winres v0.2.1 h1:YDE0FiP0VmtRaDn7+aaChp1KiF4owBiJa5l964l5ujA= github.com/tc-hib/winres v0.2.1/go.mod h1:C/JaNhH3KBvhNKVbvdlDWkbMDO9H4fKKDaN7/07SSuk= github.com/tevino/abool/v2 v2.1.0 h1:7w+Vf9f/5gmKT4m4qkayb33/92M+Um45F2BkHOR+L/c= github.com/tevino/abool/v2 v2.1.0/go.mod h1:+Lmlqk6bHDWHqN1cbxqhwEAwMPXgc8I1SDEamtseuXY= -github.com/throneproj/sing-box v1.11.16-0.20250923115053-308d2d6fe6a9 h1:mO37XfCsomYsTJbnBA7MPFZU0XQvhwAg94W7yV9+vSI= -github.com/throneproj/sing-box v1.11.16-0.20250923115053-308d2d6fe6a9/go.mod h1:+gfd3vfb0cN6O7zDwvgw9gVdHiGJ3W/rYawGZ3C0VmQ= +github.com/throneproj/sing-box v1.11.16-0.20251003143907-415b931b5a47 h1:OzG6+5U63bluwnzP/oxcbcEM1RSeWx2tD9Qt3T2B8KA= +github.com/throneproj/sing-box v1.11.16-0.20251003143907-415b931b5a47/go.mod h1:+gfd3vfb0cN6O7zDwvgw9gVdHiGJ3W/rYawGZ3C0VmQ= github.com/throneproj/wireguard-go v0.0.1-beta.7.0.20250728063157-408bba78ad26 h1:bBzqh7xTshvPjTFz4URNj/xbPA/d0BOwUM2R83FEMGU= github.com/throneproj/wireguard-go v0.0.1-beta.7.0.20250728063157-408bba78ad26/go.mod h1:akc2Wh+rX9bFFNnHJGsQ8VIV3eJI1LXJYgx2Y+8lcW8= github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 h1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=