MikuSB.Updater

This commit is contained in:
Kei-Luna
2026-04-27 15:35:05 +09:00
parent 4bf3f0d715
commit 05925dacfb
13 changed files with 517 additions and 2 deletions

View File

@@ -91,4 +91,4 @@ public class ProxyOptions
public bool ManageSystemProxy { get; set; } = true;
public bool RestoreSystemProxyOnStop { get; set; } = true;
public string ProxyOverride { get; set; } = "localhost;127.*;10.*;192.168.*;<local>";
}
}