0.1.9 • Published 2 years ago

pac-generator v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PAC-Generator

Install

npm install -g pac-generator

Usage

pac-generator --config ./config.js

Default config location: $HOME/.pac-generator.config.js

Config example

module.exports = {
  outputPacFile: './proxy.pac',
  proxies: [
    {
      // Connection in PAC format  
      connection: 'SOCKS5 127.0.0.1:7777',

      // Custom domains
      domains: ['wixmp.com'],

      // Domain-lists URLs
      domainsUrls: ['https://community.antifilter.download/list/domains.lst'],

      // Custom IPs
      ips: [],

      // IP-lists URLs
      ipsUrls: ['https://antifilter.download/list/allyouneed.lst'],
    },
  ],
};
0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago