justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

Set upstream endpoint broken in latest build #716

Closed ByronAP closed 4 years ago

ByronAP commented 4 years ago

The latest version seems to have broken setting the upstream endpoint. No idea why though...

// output from my test INFO: Caller from 41.150.65.200 INFO: Using 41.150.65.200 as upstream endpoint. WARN: Remote address detected 100.129.224.118

honfika commented 4 years ago

Sorry, I was forget to add a Bind when refactored the server connectio factory beause of the Socks support. New package will be released in 10 minutes.

ByronAP commented 4 years ago

FIXED ty