Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
skydevil88 committed Dec 20, 2024
1 parent 946b892 commit 19c687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XboxDownload/DnsListen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class DnsListen
{
private Socket? socket = null;
private readonly Form1 parentForm;
public static string[,] dohs = { { "阿里云DoH", "https://223.5.5.5/resolve", "" }, { "腾讯云DoH", "https://1.12.12.12/resolve", "" }, { "360 DoH", "https://180.163.249.75/resolve", "" }, { "GG(中转)", "https://xbox.skydevil.xyz/resolve", "" } };
public static string[,] dohs = { { "阿里云DoH", "https://223.5.5.5/resolve", "" }, { "腾讯云DoH", "https://1.12.12.12/resolve", "" }, { "360 DoH", "https://180.163.249.75/resolve", "" }, { "GG(中转)", "https://43.198.187.51/resolve", "xbox.skydevil.xyz" } };
public static DoHServer dohServer = new();
public static Dictionary<string, DoHServer> dicDoHServer = new();
public static readonly List<ResouceRecord> lsEmptyIP = new();
Expand Down
2 changes: 1 addition & 1 deletion XboxDownload/XboxDownload.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>XBox.ico</ApplicationIcon>
<FileVersion>2.0.2.55</FileVersion>
<FileVersion>2.0.2.56</FileVersion>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down

0 comments on commit 19c687f

Please sign in to comment.