LorenEteval / Furious

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

Skip PROXY_SERVER_BYPASS action for MacOS and Linux #112

Open vint2k opened 3 days ago

vint2k commented 3 days ago

It looks like that this action is not needed for MacOS and Linux, because PROXY_SERVER_BYPASS has valid syntax only for Windows.

Can we skip this action for MacOS and Linux?

LorenEteval commented 1 day ago

The ; delimeter is handled in each platform.

https://github.com/LorenEteval/Furious/blob/081054e9c0cb358f1469c96b4b0039f50ecc089a/Furious/Utility/SystemProxy.py#L157

https://github.com/LorenEteval/Furious/blob/081054e9c0cb358f1469c96b4b0039f50ecc089a/Furious/Utility/SystemProxy.py#L171

Will the , delimeter in the new bypass work? Plus is there any reason to use different bypass in each platform.