Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 15:06
1.2.1
74d10e4

Summary

This release fixes a bug where host-ports in wider-world-to-container rules were not handled correctly, causing rules to not apply correctly.

You can upgrade from version 1.2.0 without further considerations. If you are upgrading from an earlier version, you can consult the release notes for version 1.2.0.

Changes

1.2.1 (2020-12-13)

  • Fix incorrect handling of host-ports in wider-world-to-container rules.

Installation

While you can use Cargo to install dfw as a binary, using the Docker image is the preferred way to go, especially if you don't want to install Rust and Cargo on your host:

$ docker pull pitkley/dfw:1.2.1
$ docker run -d \
      --name=dfw \
      --restart=unless-stopped \
      -v /var/run/docker.sock:/var/run/docker.sock:ro \
      -v /path/to/your/config:/config \
      --net host --cap-add=NET_ADMIN \
      pitkley/dfw:1.2.1 --config-path /config

This will download a lightweight image, coming in at under 10 MB, and subsequently run it using your configuration.