An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Proxied

A simple Electron app for opening website with a specified proxy

## UI

![ui.png](ui.png)

## 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