All Projects → laggardkernel → proxifier-rules

laggardkernel / proxifier-rules

Licence: GPL-2.0 license
Rules for proxifiers programs: Proxifier

Projects that are alternatives of or similar to proxifier-rules

libconfini
Yet another INI parser
Stars: ✭ 106 (+107.84%)
Mutual labels:  configuration
blockstack.js-old
The Blockstack JS library for identity and authentication
Stars: ✭ 20 (-60.78%)
Mutual labels:  profile
test-data-generation
Test Data Generation
Stars: ✭ 35 (-31.37%)
Mutual labels:  profile
appfiguratesdk
Appfigurate provides the ability to change configuration properties in iOS and watchOS, apps and app extensions, securely, at runtime.
Stars: ✭ 21 (-58.82%)
Mutual labels:  configuration
read-env
🔧 Transform environment variables into JSON object with sanitized values.
Stars: ✭ 60 (+17.65%)
Mutual labels:  configuration
AdaptationKit
📱 screen auto adaptation solution.
Stars: ✭ 23 (-54.9%)
Mutual labels:  rules
netease-music-box
🎧 将你最近一周的网易云音乐的听歌记录更新到 Gist
Stars: ✭ 57 (+11.76%)
Mutual labels:  profile
ethereumjs-common
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 25 (-50.98%)
Mutual labels:  configuration
awesome-tasker
Carefully curated list of awesome Tasker projects, tutorials and tricks
Stars: ✭ 78 (+52.94%)
Mutual labels:  profile
itgoyo
a beautiful template make your github profile look awesome ,give me a star , plz orz
Stars: ✭ 104 (+103.92%)
Mutual labels:  profile
honeycomb
本项目用于验证一系列开源项目
Stars: ✭ 13 (-74.51%)
Mutual labels:  configuration
BlackIQ
Who I am !?
Stars: ✭ 19 (-62.75%)
Mutual labels:  profile
django-app-enabler
autoconfigurator for django applications
Stars: ✭ 19 (-62.75%)
Mutual labels:  configuration
notfilippo
✨ uwa, special ✨
Stars: ✭ 22 (-56.86%)
Mutual labels:  profile
jsoo-react
js_of_ocaml bindings for ReactJS. Based on ReasonReact.
Stars: ✭ 126 (+147.06%)
Mutual labels:  ppx
javaproperties
Python library for reading & writing Java .properties files
Stars: ✭ 20 (-60.78%)
Mutual labels:  configuration
myrmidon
A rofi task / command executor
Stars: ✭ 82 (+60.78%)
Mutual labels:  configuration
SudhanPlayz
About me for GitHub <3
Stars: ✭ 24 (-52.94%)
Mutual labels:  profile
readme
A README for the organisation and its repositories.
Stars: ✭ 29 (-43.14%)
Mutual labels:  rules
zsh-launchpad
🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features
Stars: ✭ 141 (+176.47%)
Mutual labels:  configuration

Proxifier Rules

Rules for proxifier based on lhie1/Rules.

A proxifier is a software program which can make other programs pass through a proxy server by intercepting and modifying their network requests.

Proxifier

Raw files

Anti DNS Pollution

Warning: "Detect DNS settings automatically" and "Resolve hostnames through proxy" are not designed for handling DNS pollution. Please use a clean DNS.

shawn1m/overture is recommended if you wanna setup a local stub/forwarding DNS.

overture, A customized DNS forwarder written in Go

Another setup with "dnsmasq/unbound + chinadns + dnsforwarder/cdns/..." is also popular, and may be lighter than overture.

Features

Default conf

  • proxy: socks5://127.0.0.1:1080
  • Proxy rule as the fallback rule

Optional rules, put at the top for quick switch

  • Direct network tool or not? (nslookup, dig, traceroute, mtr, etc)

Direct rules

  • Apple services
  • Part of Google domains available in China
  • Proxy client applications
  • BT client applications
  • Common domestic domains
  • IRC domains from rahatarmanahmed/irc-networks
  • China IP list from 17mon/china_ip_list based on routing tables

Proxy rules

  • Foreign IM applications
  • Common foreign domains
  • Top blocked domains
  • Amazon IP
  • Facebook IP
  • Google IP
  • Kakao Talk IP
  • Potato Chat IP
  • Telegram IP
  • Blacklist from gfwlist

Block/Reject rules (Separated)

  • Ads domains in video apps
  • Huge list of ads domains
  • China Railcom

URL related rules are dropped cause Proxifier doesn't support it. Luckily, these rules are used for redirection and ads block only.

Kitsunebi-Android, Mellow

Raw files

You need to change the proxy conf in the Mellow rule.

Caveats

  • Rule syntax for Kitsunebi iOS and Android are different
  • only ; is supported as comment mark in Mellow
  • only # is supported as comment mark in Kitsunebi-Android
  • Unsupported rules in Mellow: USER-AGENT
  • Unsupported rules in Kitsunebi-Android: Custom Endpoint, PROCESS-NAME, USER-AGENT, maybe IP-CIDR
  • Conf in Mellow is case sensitive, but not in Kitsunebi-Android

How to Contribute

Edit the source file named proxifier/Proxifier.ppx. Proxifer.ppx under project root directory is used for release only. Besides, Proxifier.ppx under project root is compressed to speedup config loading.

Todo

  • Merge rules from gfwlist
  • Use 17mon/china_ip_list instead of the delegated APNIC list
  • Diff *.ppx within proxifier/ as text, treat released *.ppx as binary
  • Merge Jamesits/proxifier-profiles
    • Proxy client apps ONLY
    • All the other app specific rules are useless, since there's huge domain based rules already
  • Merge felixonmars/dnsmasq-china-list
    • Merged Apple China domains
    • Merged Google China domains
    • Dropped China site domains cause it's so huge
  • Convert REJECT rules as confs for dnsmasq, unbound
  • Direct IRC connections cause proxy may close TCP connection after timeout

F.A.Q.

Proxy Rules doesn't Work on macOS

The DNS resolution feature from Proxifier macOS is not designed for handling DNS pollution. There's performance issue in real use for handling DNS pollution. In case that is causes problem for users, I disabled this feature in the config file.

Please set a clean DNS in your Network Setting.

Why do you use Proxifier instead of Surge?

I used to be a user of Surge 2. I mainly used its Enhanced Mode to proxy all the TCP connections. (UDP is not available until v2.5.3)

The rules from Proxifier seems to be more flexible for me, port nubmer rule is supported, different kinds of rules could be chained together. This combination logical is not available in Surge until Surge 3.

Besides, Surge 2 has some serious drawbacks/bugs in the Enhanced Mode:

  • Virtual machines need to be configured in bridged mode.
  • Many unknown process appearr in the monitor panel.

Another drawback of Surge is that, HTTPS rules could NOT be used for proxy.

Rules Support Proxifier Surge 2 Surge 3
Domain
Domain Suffix
Application/PROCESS-NAME
Port (dst port) (in, dst port)
Header
HTTP(S) Redirect, Reject
HTTPS Proxy
TCP
UDP (added after v2.5.3)
Proxy Chain
Config Import/RULESET
Combination Logical
Price ¥141.55 on lizhi.io $49.99 for 1 license $49.99 for 1 license
Problems DNS on macOS Unknow process, bridged requirement for VM in Enhanced Mode Not sure the problems from 2 are fixed or not

Credit

License

GNU General Public License v2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].