From owner-freebsd-questions@freebsd.org Thu Sep 7 16:34:25 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BF28E02338 for ; Thu, 7 Sep 2017 16:34:25 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F92E77808 for ; Thu, 7 Sep 2017 16:34:24 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x22e.google.com with SMTP id f199so2271978wme.0 for ; Thu, 07 Sep 2017 09:34:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=a2SHa0lD5RAjzN0Xlcq7LTs9ZB/woROAUXghKd9KNTg=; b=KdOA6/WKFHvYtuS0kpS9+eVUCHwm96NnX9+nRMqLzZmqA7i4/EVABQVzQgmlxQCaDX rXshTqgu1AOXBSwBGv/zcW61psb5hi5dBp+gTx6bLOhvNFlINIAb3tdd5Vp8hacpehrw 41ROxlHJrDD6zjXvQVBMX1S3n1/60VNSg4XGZ05C6BOsjRniYcSlEMd+3caKio57ld/N +utF4/WEA2jetdCGofL9P5Qd1WiAThtzsllafn7Hlv+AhfsgkX5W1PN+5uKLCAuvlrJR G0AdthoAOUC/z1CvDG5snbEl9kZ71nDOfTZ8x4yf88C5ewZE7pOl+RNaHXkxYNt9/c7D IpBA== X-Gm-Message-State: AHPjjUiCE0BnMZ2E0oaZwh/5ZseKXbi4dBQNeN4OH5uSaPJ1VAy6Goxf /vlu1Etsg9+lRd3m X-Google-Smtp-Source: AOwi7QD51ifdm3sANlvme0nHeh53jdmpvmYe0tYVEEh3Rb27y0Zi3b+FwQV2yG00K2SipYYl29Q/pw== X-Received: by 10.28.104.67 with SMTP id d64mr974409wmc.15.1504802061304; Thu, 07 Sep 2017 09:34:21 -0700 (PDT) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id 191sm11093wmn.24.2017.09.07.09.34.18 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Sep 2017 09:34:19 -0700 (PDT) Date: Thu, 7 Sep 2017 17:34:15 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: looking for batch dns inquiry tool Message-ID: <20170907173415.1691a11c@gumby.homeunix.com> In-Reply-To: <59B16444.9010608@gmail.com> References: <59B16444.9010608@gmail.com> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 16:34:25 -0000 On Thu, 07 Sep 2017 11:22:44 -0400 Ernie Luzar wrote: > What I am looking for is a command or port that I can feed it a file > containing domain names and for each one output a file containing the > extended domain names I should be blocking. > It's easy to script this kind of thing. I prefer dig, e.g. $ dig +short www.thaiheart.org vc1.readyplanet.com. 203.151.233.134 However what you want to do seems draconian because you are blocking the hosting company rather than the specific site.