mirror of
https://github.com/adulau/passive-dns-atlas.git
synced 2025-01-04 23:13:17 +00:00
-o filter option added
This commit is contained in:
parent
d83eafd16e
commit
906561a00e
1 changed files with 3 additions and 2 deletions
|
@ -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`.
|
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] [-o ONLY]
|
||||||
usage: pdns.py [-h] [-d] [-t TIMEOUT]
|
|
||||||
|
|
||||||
passive-dns-atlas
|
passive-dns-atlas
|
||||||
|
|
||||||
|
@ -34,6 +33,8 @@ optional arguments:
|
||||||
-d, --debug
|
-d, --debug
|
||||||
-t TIMEOUT, --timeout TIMEOUT
|
-t TIMEOUT, --timeout TIMEOUT
|
||||||
set atlas stream timeout, default is 400 sec
|
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.
|
In parallel, you can generate statistics from the `dns` measurement gathered.
|
||||||
|
|
Loading…
Reference in a new issue