You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool project! Is there a way to list a large number of entries via a file? As a simple example, instead of durdur drop --src "192.0.1.1" --dns "example.com" have something like:
$ cat /root/mylist.txt
192.0.1.1
example.com
$ durdur drop file /root/mylist.txt
The text was updated successfully, but these errors were encountered:
Cool project! Is there a way to list a large number of entries via a file? As a simple example, instead of
durdur drop --src "192.0.1.1" --dns "example.com"
have something like:The text was updated successfully, but these errors were encountered: