Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hazcod/dnstwist
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Dec 29, 2022
2 parents 95e708d + 94cceb0 commit b034502
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ You can also set configuration values via environment variables:

```shell
% LOG_LEVEL=info DOMAIN_WATCHLIST=domain.com SLACK_WEBHOOK=xxx dnstwist
```
```

And use it with the Docker image!

```shell
% docker run -ti --rm -e "DOMAIN_WATCHLIST=domain.com" -e "SLACK_WEBHOOK=xxx" ghcr.io/hazcod/dnstwist/dnstwist:latest
```

0 comments on commit b034502

Please sign in to comment.