diff --git a/README.md b/README.md index 9cef65f..a7158d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `ipscrub` is an IP address anonymizer for [nginx](https://www.nginx.com) log files. It's an nginx module that generates an IP-based hash. You can use this hash to link requests from the same source, without identifying your users by IP address. +[![Screenshot of nginx logs when using ipscrub](demo/demo.png)](demo/demo.mov) + ## TOC * [Security Model](#security-model) diff --git a/demo/demo.mov b/demo/demo.mov new file mode 100644 index 0000000..4e86093 Binary files /dev/null and b/demo/demo.mov differ diff --git a/demo/demo.png b/demo/demo.png new file mode 100644 index 0000000..d0726e4 Binary files /dev/null and b/demo/demo.png differ