LorenEteval / Furious

A GUI proxy client based on PySide6. Support Xray-core & hysteria
GNU General Public License v3.0
972 stars 86 forks source link

Add splitting settings #120

Open Korb opened 3 weeks ago

Korb commented 3 weeks ago

(since there is no mention of split tunneling in the README.md, nor in the Issues, Discussions and Wiki sections, I assume that this function is missing in the application)

I suggest considering the possibility of adding the ability to configure black and white lists of domains and applications. That is, to separate installed applications and Internet addresses into those for which a proxy is used, and those for which a proxy is not used.

This is useful for situations where certain applications or sites do not work correctly when using a proxy, or if there is a need to exclude the use of specific proxies for certain applications or sites.

alexsammers1 commented 2 weeks ago

It would def be a great feature 🙌 For example, WhatsApp, when connected via proxy on PC, can't send image/video files. MS Store is not loading via Proxy Mode either. Also testing the latest issues with Telegram, which seems to be reconnecting/disconnecting more frequently when on proxy, compared to native connection.

LorenEteval commented 1 week ago

For black and white list of applications you might want to use proxifier, etc. to achieve that.

However the ability to add black/white list of domains & IP is indeed a great feature, and I personally need this sometimes. I'll implement this when I have a bunch of free time.