Skip to content

Commit

Permalink
bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
300481 committed Apr 23, 2021
1 parent cdbdbad commit b7de065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This container makes the underlying host "magically" disappear during network at
### Docker

```bash
docker run -d --rm --network="host" --privileged --name shield [ -e "SSH_PORT=65000" -e "PORTSCAN=21,22,23,135,389,636,1433,3306,5432,8086,10000,25565" -e "INTERFACE=eth0" ] 300481/shield:0.2.0
docker run -d --rm --network="host" --privileged --name shield [ -e "SSH_PORT=65000" -e "PORTSCAN=21,22,23,135,389,636,1433,3306,5432,8086,10000,25565" -e "INTERFACE=eth0" ] 300481/shield:0.2.1
```

### Kubernetes Helm Chart
Expand Down
4 changes: 2 additions & 2 deletions charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: shield
description: Helm Chart for shield
type: application
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
home: https://github.com/300481/shield
description: shield makes the underlying host "magically" disappear during network attacks.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion s/shield.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shield:
image: 300481/shield:0.2.0
image: 300481/shield:0.2.1
command: "/bin/configure-firewall.sh"
privileged: "true"
labels:
Expand Down

0 comments on commit b7de065

Please sign in to comment.