Skip to content

A fast adblocking proxy server (which works on HTTPS connections)

Notifications You must be signed in to change notification settings

Moondragon85/mitm-adblock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MITM Adblock

An adblocker that runs as a proxy server! (And works on HTTPS connections.)

Use this to block ads on your mobile device, or just monitor its traffic.

Installation

docker run --restart=unless-stopped
-d
--name mitm
-p 8118:8118
-v ${pwd}/config:/root/.mitmproxy
andrasfindt/mitm-adblock

If you'd like to change any of the mitmproxy settings (like port, and where/whether it logs your connections), edit the go script.

About

A fast adblocking proxy server (which works on HTTPS connections)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.2%
  • Ruby 22.1%
  • Shell 10.2%
  • Dockerfile 1.5%