SABProxy is a DNS filtering adblocker (and track-blocker) proxy based on LittleProxy. It can run locally on your box or on a remote server (including a RaspberryPI). It only requires Java.
Run SABProxy using Docker
docker run -p 8080:8080 -p 3129:3129 pgnunes/sabproxy
Configure your browser/network proxy settings to the host where SABProxy is running like (running locally):
- Host:
127.0.0.1
- Port:
3129
Open your browser and point to the IP where SABProxy is running:
http://127.0.0.1:8080/
(user: admin
, password: admin
)
If you need help or want to request a new feature please open an issue and it will be sorted as soon as possible.
docker image build --no-cache -t pgnunes/sabproxy .