1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 10:30:06 +00:00

fix(status): improve proxy detection and add parser tests

This commit is contained in:
tw93
2026-02-07 17:43:59 +08:00
parent 9ec0db9245
commit 425f23a739
3 changed files with 222 additions and 23 deletions

View File

@@ -160,7 +160,7 @@ const NetworkHistorySize = 120 // Increased history size for wider graph
type ProxyStatus struct {
Enabled bool
Type string // HTTP, SOCKS, System
Type string // HTTP, HTTPS, SOCKS, PAC, WPAD, TUN
Host string
}