A Python script that generates random HTTP/DNS traffic noise in the background while you go about your regular web browsing, to make your web traffic data less valuable for selling and for extra obscurity.
This fork supports Home Assistant MQTT integration. After successfull connection, Noisy will be available as a Home Assistant switch.
Run container using Docker CLI
docker run desty2k/noisy-mqtt -e HOST=<-UPDATE-> -e PORT=<-UPDATE-> -e USER=<-UPDATE-> -e PASSWORD=<-UPDATE->
- Navigate into the
noisy
directory
cd noisy
- Update environment variables in
docker-compose.yml file
version: '3'
services:
noisy:
image: desty2k/noisy-mqtt:latest
restart: "no"
environment:
HOST: <-UPDATE->
PORT: 1883
USERNAME: <-UPDATE->
PASSWORD: <-UPDATE->
- Run container using
docker-compose
docker-compose up -d
See also the list of contributors who participated in this project.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details
This project has been inspired by