From 21b27b9c1b33e35fbc2a3be0b7df8a9ac2863217 Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 11 Jul 2018 21:05:51 +0200 Subject: [PATCH] updated dns-other - signed-off-by: trimstray --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82f09e0..f5c20d9 100644 --- a/README.md +++ b/README.md @@ -203,9 +203,9 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Scott Helme - Security Researcher, international speaker and founder of securityheaders.com and report-uri.com.
  :small_orange_diamond: Kacper Szurek - Detection Engineer at ESET.
  :small_orange_diamond: Troy Hunt - Microsoft Regional Director and Microsoft Most Valuable Professional for Developer Security.
-  :small_orange_diamond: Linux Audit - the Linux security blog about Auditing, Hardening, and Compliance by Michael Boelen.
+  :small_orange_diamond: Linux Audit - the Linux security blog about Auditing, Hardening and Compliance by Michael Boelen.
  :small_orange_diamond: -Linux Security Expert - the Linux security, trainings, howtos, checklists, security tools and more.
+Linux Security Expert - trainings, howtos, checklists, security tools and more.
  :small_orange_diamond: The Grymoire - collection of useful incantations for wizards, be you computer wizards, magicians, or whatever.

@@ -1489,7 +1489,7 @@ dig -x 172.217.16.14 +short ###### Resolves domain name from dns.google.com with curl and jq ```bash -curl -s "https://dns.google.com/resolve?name=google.com&type=A" | jq . +_dname="google.com" ; curl -s "https://dns.google.com/resolve?name=${_dname}&type=A" | jq . ``` Programming