From 906561a00e146de6c343c5771bbc75819251487a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 23 Apr 2017 11:41:41 +0200 Subject: [PATCH] -o filter option added --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dda9eaf..a17fa01 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ The default `atlas_result` stream is used and only the current `dns` measurement Don't forget to set your API key for Atlas via `ripe-atlas configure --set authorisation.create=MY_API_KEY`. ~~~~ -python3 pdns.py --help -usage: pdns.py [-h] [-d] [-t TIMEOUT] +usage: pdns.py [-h] [-d] [-t TIMEOUT] [-o ONLY] passive-dns-atlas @@ -34,6 +33,8 @@ optional arguments: -d, --debug -t TIMEOUT, --timeout TIMEOUT set atlas stream timeout, default is 400 sec + -o ONLY, --only ONLY set a filter to allow check a specifity key and value + in DNS. format is key,value like Type,TXT ~~~~ In parallel, you can generate statistics from the `dns` measurement gathered.