Local proxy port 443

This commit is contained in:
Owen
2025-08-22 11:56:29 -07:00
parent efce3cb0b2
commit f983a8f141

View File

@@ -190,7 +190,7 @@ func main() {
}
}
if localProxyPortStr == "" {
flag.IntVar(&localProxyPort, "local-proxy-port", 9443, "Local proxy port")
flag.IntVar(&localProxyPort, "local-proxy-port", 443, "Local proxy port")
}
if localOverridesStr != "" {
flag.StringVar(&localOverridesStr, "local-overrides", "", "Comma-separated list of local overrides for SNI proxy")