justcoding121 / titanium-web-proxy

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

How do I get just one Web address to use titanium-web-proxy #742

Closed LexiSong67 closed 4 years ago

LexiSong67 commented 4 years ago

@honfika Hi, How do I get just one Web address to use titanium-web-proxy? For example: you just want http://www.baidu.com to go titanium-web-proxy, and all other sites don't go Proxy.

honfika commented 4 years ago

Hi,

You can confugure this with a PAC file in your browser: https://en.wikipedia.org/wiki/Proxy_auto-config

honfika commented 4 years ago

I close this issue, feel free to reopen if needed.