1.0.4 • Published 9 years ago

rule2pac v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

Auto Proxy Rules => PAC

NPM version build status

Fast pacScript generator inspired by @clowwindy

Install

npm install rule2pac

Usage

var convert = require('rule2pac')
var pacScript = convert(rules) // rule is string

Generated pacScript e.g.

Benchmark & Coverage

You can test you pac script by using

node pac-file-test.js /tmp/test.pac
=>
direct ok
proxy ok
benchmark:10000: 32ms
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago