https://github.com/yankeguo-deprecated/proxied
A simple Electron app for opening website with a specified proxy
https://github.com/yankeguo-deprecated/proxied
desktop-app electron proxy shadowsocks
Last synced: about 1 month ago
JSON representation
A simple Electron app for opening website with a specified proxy
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/proxied
- Owner: yankeguo-deprecated
- License: mit
- Created: 2023-02-07T10:29:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T19:52:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T21:37:18.498Z (about 1 year ago)
- Topics: desktop-app, electron, proxy, shadowsocks
- Language: HTML
- Homepage:
- Size: 580 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Proxied
A simple Electron app for opening website with a specified proxy
## UI

## FAQ
**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 ?**
1. Remove `com.apple.quarantine` attribute
```shell
sudo xattr -d com.apple.quarantine /Applications/Proxied.app
```
2. Open with signature validation bypassed
1. Right click `Proxied.app`
2. Hold `Option` key and click `Open`
3. Try again until dialog with `Open` button shows
## Release Note
* v1.0.1
* Add `Command+N` shortcut to open a another welcome dialog
* v1.0.0
* First usable release
## Donation
See https://guoyk.xyz/donation
## Credits
Guo Y.K., MIT License