1.0.4 • Published 11 years ago

rule2pac v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
11 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

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago