pac

command module
v0.0.0-...-623a842 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2018 License: MIT Imports: 14 Imported by: 0

README

A PAC for freedom and more.

How to use

PAC: https://pac.txthinking.com/:MODE/:PROXY
  • MODE is one of:

    • white: Domains in the white.list will be connected directly, others will be connected through the proxy.
    • black: Domains in the black.list will be connected through the proxy, others will be connected directly.
    • all: All domains will be connected through the proxy.
  • PROXY can be this: (replace 127.0.0.1:8888 with your own proxy server address)

    • DIRECT for no proxy
    • PROXY 127.0.0.1:8888 for http proxy
    • SOCKS5 127.0.0.1:8888; SOCKS 127.0.0.1:8888 for socks5 proxy

This online pac will automatically update from github every 24h

Example:
  • White list mode: https://pac.txthinking.com/white/SOCKS5%20127.0.0.1:1080;%20SOCKS%20127.0.0.1:1080 [Recommend]
  • Black list mode: https://pac.txthinking.com/black/SOCKS5%20127.0.0.1:1080;%20SOCKS%20127.0.0.1:1080
  • All mode: https://pac.txthinking.com/all/PROXY%20127.0.0.1:8118

Developer

Install
$ go get github.com/txthinking/pac
PAC USAGE
[USAGE]:
   $ PAC [OPTIONS]

[OPTIONS]
    --listen value       Listen address. (default: ":1901")
    --white value        White list file path or http link. (default: "https://raw.githubusercontent.com/txthinking/pac/master/white.list")
    --black value        Black list file path or http link. (default: "https://raw.githubusercontent.com/txthinking/pac/master/black.list")
    --customize value    Customized map file path or http link. (default: "https://raw.githubusercontent.com/txthinking/pac/master/customize.map")
    --cycle value        Cycle time(s) for updating white list and/or black list and/or customized map from the source. (default: 0)
    --help, -h           show help
    --version, -v        print the version
How to update white/black list
  • Don't edit white.list/black.list directly
  • Use the *.sh to update the white.list/black.list:
  • $ addWhite.sh [domains]. ep: $ addWhite.sh china.com
  • $ removeWhite.sh [domains]. ep: $ removeWhite.sh china.com
  • $ addBlack.sh [domains]. ep: $ addBlack.sh google.com
  • $ removeBlack.sh [domains]. ep: $ removeBlack.sh google.com
  • Domain: prefer first-level domain.
  • PR Welcome
Thanks to

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL