fix: 优化启动引导、坐标处理和日志管理

This commit is contained in:
xweiba
2026-08-06 16:23:09 +08:00
parent 0e8e83fd33
commit e86909cc2f
30 changed files with 2296 additions and 857 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ func newProxy(cert *tls.Certificate) *goproxy.ProxyHttpServer {
logEvent("CONNECT " + host + " -> MITM (verify)")
return mitmAction, host
}
logEvent("CONNECT " + host + " -> passthrough")
// Global Wi-Fi proxy mode sends all HTTPS CONNECT traffic here. Logging
// unrelated passthrough hosts creates high-volume noise and can disclose
// browsing destinations; diagnostics only retain WLOC and verify traffic.
return goproxy.OkConnect, host
})
}