Rebased to 143.0.7499.109.
Fixed fastopen transition logic that is broken after rebase.
Unclaimed project
Are you a maintainer of naiveproxy? Claim this project to take control of your public changelog and roadmap.
Rebased to 143.0.7499.109.
Fixed fastopen transition logic that is broken after rebase.
Support setting environment variables from config flags (e.g. --env=SSL_CERT_FILE=file.crt --env=SSL_CERT_DIR=/tmp).
Support multiple proxies in one NaiveProxy process to save memory usage.
Examples:
"listen": ["http://:8080", "http://:8081"]: Listens on port 8080 and 8081; both route to origin directly."listen": ["http://:8080", "http://:8081"], "proxy": "https://a.com": Listens on port 8080 and 8081; both route to the proxy server a.com.Rebased to 140.0.7339.123.
Rebased to 139.0.7258.62.