document dns stuff

This commit is contained in:
flash 2023-10-08 02:13:55 +02:00
parent a4f08846d9
commit d51427bf01

View file

@ -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.