Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 372 Bytes

HTTP Proxy

This is a simple http / https proxy which support Block list / Allow List, it can be used as follow scenario:

  1. With -a option, be used as a normal HTTP Proxy
  2. With -A path/to/allow/list option, client can only access domains in the allow list.
  3. With -B path/to/block/list option, clients' access to the domains in the block list will be banned.