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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user