Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jamesits/proxifier-profiles
My Proxifier profiles
https://github.com/Jamesits/proxifier-profiles
Last synced: 3 months ago
JSON representation
My Proxifier profiles
- Host: GitHub
- URL: https://github.com/Jamesits/proxifier-profiles
- Owner: Jamesits
- License: isc
- Created: 2016-01-07T04:59:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T16:29:56.000Z (almost 6 years ago)
- Last Synced: 2024-06-27T10:38:51.324Z (5 months ago)
- Homepage: https://www.v2ex.com/t/252544
- Size: 212 KB
- Stars: 534
- Watchers: 30
- Forks: 79
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxifier Profiles
A ruleset for Proxifier on OS X, which is useful in China Mainland, especially when your network is unstable.## Features
Rules:- Direct connection:
- Other common proxy softwares (to prevent infinite loop)
- Localhost
- Link-local addresses and LANs (with IPv6 considered)
- Common router management addresses (IPs and fake domains)
- P2P download softwares
- Chinese sites, via:
- Common CDNs
- Multimedia content providers
- Domain whitelist
- IP ranges
- Other common district-restricted contents (Steam, etc.)
- Forced proxy:
- Blocked services
- Google, Dropbox, Gravatar, Wordpress, etc.
- Support all Google desktop softwares
- include those embedded in OS X system preferences
- Unstable services
- iTunes / App Store / iCloud
(Plus, if your proxy have a data limit, you can filter out App Store downloads individually.)
- Microsoft services
- Services for programmers: Github, Homebrew, PyPI, Atom, Android SDK, etc.
- Games: Minecraft, etc.
- Common foreign CDNsThese rules are split into individual items so you can simply enable or disable one using Proxifier's built-in mechanism, or redirect any of them to another proxy.
## Installation
By default Proxifier's profiles are stored under `~/Library/Application Support/Proxifier/Profiles`. Download `Profiles/Current.ppx` and put it in, then you should be able to load it via dropdown menu on the right of Proxifier's toolbar.
If you want to use Git like me, you can run the following commands in a shell:
```shell
git clone https://github.com/Jamesits/proxifier-profiles.git ~/.proxifier-profiles
ln -s ~/.proxifier-profiles/Profiles/Current.ppx ~/Library/Application\ Support/Proxifier/Profiles/jamesits-profile.ppx
```## Notes
- `Profiles/Current.ppx` is what I use daily. Others are for debugging so you can safely delete them.
- Default proxy is a local SOCKS5 proxy listening on port 1080.
- These rules are designed to be as narrow as possible to minimize their side effects or unwanted data via proxy, and achieve maximize speed. If your local ISP is no more reliable than your proxy provider, modify rule "Default" (which is at the bottom) to use proxy.
- This is not a replacement of system-level proxy settings. Generally speaking, any application which correctly applies system-level proxy (whether PAC or SOCKS5) are not considered to be included in this ruleset.
- Some applications, such as "Atom Helper", may leads to false infinite loop alerts -- It's safe to ignore them most of the time.
- Proxifier can't handle UDP connections so if you are a game player you may need ProxyCap; however, ProxyCap's design is not suitable for this purpose, so I prefer sticking with Proxifier.
- Proxifier is an (somewhat expensive) commercial software. The use of pirated software is not encouraged. Come on and be an adult.Feel free to contact me if you think there are something missing or some software behaves incorrectly.
## License
This "thing" is released under ISC License.
```
Copyright (c) 2016, James SwinesonPermission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```## References
- See [Jamesits/chnroutes](https://github.com/Jamesits/chnroutes/tree/feature/proxifier) for Chinese IP ranges support.