You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this version on, all CIDR prefix length default to 32(IPv4) or 128(IPv6) if not provided (previously 0)
fix: connect to IPv6 address by a SOCKS5 proxy
feat: config: cidr prefix length defaults to 32 or 128 when not provided
fix: filter IPs resolved from hosts file according to hints like fake ip
fix: allow resolution by custom hosts file even if proxy_dns is off
The "d" suffix of filenames in "*_debug.zip" means the files are of a "debug" build.
fix: log: switch from WriteFile(StdHandle) to write(1/2) under Cygwin, resolving Cygwin UTF-8 output encoding issue
fix: resolve: possibly unmatched types of fake and resolved ips, preventing possible crash
fix: set g_pPxchConfig to NULL immediately after finding child rewritten, in case of logging etc afterwards;
fix: suppress some usual warnings about reaping child process;
fix: switch to EntryDetour method of DLL injection, seems to perfectly fix the compatibility with cygwin
fix: compatibility with cygwin 32-bit
feat: generate fake ip based on hashed hostname, getting rid of Offending & Matching host key confirmation in ssh
Add support for busybox-w32 (rmyorston fork).
Now you can proxify MinGit-busybox (busybox.exe replaced by rmyorston fork should be replaced by rmyorston fork or my fork).