From a4f08846d936f2eb2d0549047d20f1b2d34f056a Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 8 Oct 2023 02:11:03 +0200 Subject: [PATCH] the internet lied to me --- .gitignore | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0f3db54..b06e864 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. -MidiPlayer/build.txt -MwSignTool/public.xml - # User-specific files *.suo *.user diff --git a/README.md b/README.md index 6ed3394..0c8ac68 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ This tool doesn't download the game for you, a copy of it with SoF2MP.exe is req The only network request this program makes is a TXT DNS lookup to `_sofii.flashii.net` to retrieve the current server address, whatever the latest recommended version of the tool is and if needed an announcement message. This network request will not happen if "Use custom server address" is checked. -Settings are stored in the Windows Registry at `HKCU\\Software\\flash.moe\\SoFii`. +Settings are stored in the Windows Registry at `HKCU\Software\flash.moe\SoFii`. If for whatever reason you want to prevent the program from ever doing the DNS lookup create a DWORD value called `UseDefaultServer` and set it to `0`.