Skip to content

Adding ability to block internet connection for network devices

License

Notifications You must be signed in to change notification settings

t0mer/Arpspoof-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arpspoof-Docker

Adding ability to block internet connection for local network devices

Docker compose

version: "3.7"

services:

  arpspoof:
    image: techblog/arpspoof-docker
 #   build: https://github.com/t0mer/broadlinkmanager-docker.git
    network_mode: host #Network mode must be set to host
    container_name: arpspoof
    restart: unless-stopped
    labels:
      - "com.ouroboros.enable=true"
    environment:
      - ROUTER_IP= #Required Router IP
      - INTERFACE_NAME= #Required Interface name, can use this command to get it: ip route get 8.8.8.8 | sed -nr 's/.*dev ([^\ ]+).*/\1/p'

About

Adding ability to block internet connection for network devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published