From 3c98f8f1f1076bff2d1b1f4b37cdb5cc35d57f03 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 7 Mar 2024 21:57:44 -0500 Subject: [PATCH] MassDNS ingestion script now caches the previous record to support IP addresses that yield more than one PTR record (field turned into a list when +1). Records will now upsert so MassDNS can be streaming into ES 24/7= --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 642ff51..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.REPL.enableREPLSmartSend": false -} \ No newline at end of file