Skip to content

Simple random DNS, HTTP/S internet traffic noise generator with MQTT support

License

Notifications You must be signed in to change notification settings

desty2k/noisy-mqtt

 
 

Repository files navigation

Noisy MQTT

build Docker Pulls

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 in Docker

Using docker run

Run container using Docker CLI

docker run desty2k/noisy-mqtt -e HOST=<-UPDATE-> -e PORT=<-UPDATE-> -e USER=<-UPDATE-> -e PASSWORD=<-UPDATE->

Using docker-compose

  1. Navigate into the noisy directory
cd noisy
  1. 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->
  1. Run container using docker-compose
docker-compose up -d

Authors

  • Wojciech Wentland - MQTT support - desty2k
  • Itay Hury - Initial work - 1tayH

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details

Acknowledgments

This project has been inspired by