Skip to content

patrobinson/bandicoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bandicoot

Still under development.

Reads labels from docker containers to determine what ports to open via iptables. The label namespace is "io.bandicoot.rules":

Example label:

{
  "input": [
    {
      "protocol": "tcp",
      "description": "https",
      "port": 443,
      "source_ip": "0.0.0.0/0"
    }
  ]
}

By running bandicoot locally and starting a container with this label, bandicoot will open port 443 for connections from any host.

The listed attributes are currently the only ones supported.

About

Crashes holes in iptables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages