A simple Electron app for opening website with a specified proxy
Can I use PAC config ?
yes, you can check ElectronJS documentation for details
https://www.electronjs.org/docs/latest/api/session#sessetproxyconfig
How to open an unsigned macOS application ?
-
Remove
com.apple.quarantine
attributesudo xattr -d com.apple.quarantine /Applications/Proxied.app
-
Open with signature validation bypassed
- Right click
Proxied.app
- Hold
Option
key and clickOpen
- Try again until dialog with
Open
button shows
- Right click
-
v1.0.1
- Add
Command+N
shortcut to open a another welcome dialog
- Add
-
v1.0.0
- First usable release
See https://guoyk.xyz/donation
Guo Y.K., MIT License