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

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.

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

![PAC Server demo on Mac](https://raw.github.com/Leask/Flora_Pac/master/screenshots/mac.jpg "PAC Server demo on Mac")
* [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