pull/4848/head
2dust 9 months ago
parent f8ae1b8c49
commit e90353e550

@ -111,6 +111,8 @@ namespace v2rayN
public static readonly List<string> SpeedPingTestUrls = new() {
@"https://www.google.com/generate_204",
@"https://www.apple.com/library/test/success.html",
@"http://www.msftconnecttest.com/connecttest.txt",
};
public static readonly Dictionary<string, string> UserAgentTexts = new()

@ -873,7 +873,7 @@ namespace v2rayN.Handler
}
GenLog(singboxConfig);
GenDns(new(), singboxConfig);
//GenDns(new(), singboxConfig);
singboxConfig.inbounds.Clear(); // Remove "proxy" service for speedtest, avoiding port conflicts.
singboxConfig.outbounds.RemoveAt(0);

Loading…
Cancel
Save