https://github.com/leask/flora_pac
A PAC(Proxy auto-config) file generator with fetched China IP range, which helps walk around GFW.
https://github.com/leask/flora_pac
Last synced: 10 months ago
JSON representation
A PAC(Proxy auto-config) file generator with fetched China IP range, which helps walk around GFW.
- Host: GitHub
- URL: https://github.com/leask/flora_pac
- Owner: Leask
- License: mit
- Created: 2017-09-15T05:08:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T05:09:32.000Z (over 8 years ago)
- Last Synced: 2025-04-12T14:47:20.940Z (about 1 year ago)
- Language: JavaScript
- Size: 657 KB
- Stars: 63
- Watchers: 7
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flora PAC
A PAC(Proxy auto-config) file generator with fetched China IP range, which helps walk around GFW.
Inspired by https://github.com/fivesheep/chnroutes .
## Installation
$ git clone https://github.com/Leask/Flora_Pac.git
## Usage
$ ./flora_pac -h
usage: flora_pac [-h] [-x [PROXY]] [-p [PORT]]
Generate proxy auto-config rules.
optional arguments:
-h, --help show this help message and exit
-x [PROXY], --proxy [PROXY]
Proxy Server, examples:
SOCKS5 127.0.0.1:8964;
SOCKS 127.0.0.1:8964;
PROXY 127.0.0.1:6489
-p [PORT], --port [PORT]
Pac Server Port [OPTIONAL], examples: 8970
* Run as a HTTP PAC server:
$ ./flora_pac -x 'SOCKS5 127.0.0.1:8964; SOCKS 127.0.0.1:8964; DIRECT' -p 8970

* [NEW] Use it directly from official host:
@ Get PAC file for proxy 'SOCKS 127.0.0.1:8964':
$ curl http://flora.leaskh.com/pac?proxy=SOCKS%20127.0.0.1%3A8964
--- --- --- --- --- --- ---
@ Get PAC file for proxy 'SOCKS5 127.0.0.1:8964':
$ curl http://flora.leaskh.com/pac?proxy=SOCKS5%20127.0.0.1%3A8964
--- --- --- --- --- --- ---
@ Get PAC file for proxy 'HTTP 127.0.0.1:6489':
$ curl http://flora.leaskh.com/pac?proxy=PROXY%20127.0.0.1%3A6489
--- --- --- --- --- --- ---
@ A fallback demo from 'SOCKS5 127.0.0.1:8964' to 'SOCKS 127.0.0.1:8964':
$ curl http://flora.leaskh.com/pac?proxy=SOCKS5%20127.0.0.1%3A8964%3B%20SOCKS%20127.0.0.1%3A8964
More help: http://www.leaskh.com/blog/2013/10/30/测试为-flora_pac-提供-http-host/
## Get help
* Email/iMsg/GTalk: i@leaskh.com
## See also
* A powerful fork: https://github.com/yaleh/Flora_Pac