From d51427bf0191512a37c4b841e6c6b55a761d5c8e Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 8 Oct 2023 02:13:55 +0200 Subject: [PATCH] document dns stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c8ac68..274c1a6 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ 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`. 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`. +You can also specify custom DNS servers here, bypassing the included list of DNS servers completely. +Create a String/`SZ` value called `CustomDNSServers` and separate your servers with spaces, both IPv4 and IPv6 (no brackets) are supported.