This is a simple http / https proxy which support Block list / Allow List, it can be used as follow scenario:
- With
-a
option, be used as a normal HTTP Proxy - With
-A path/to/allow/list
option, client can only access domains in the allow list. - With
-B path/to/block/list
option, clients' access to the domains in the block list will be banned.