From owner-freebsd-questions@freebsd.org Sat Jun 10 12:17:46 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 580A7D8C753 for ; Sat, 10 Jun 2017 12:17:46 +0000 (UTC) (envelope-from ablacktshirt@gmail.com) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (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 26A4375F4A for ; Sat, 10 Jun 2017 12:17:46 +0000 (UTC) (envelope-from ablacktshirt@gmail.com) Received: by mail-pf0-x244.google.com with SMTP id u26so11358877pfd.2 for ; Sat, 10 Jun 2017 05:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LmndYO51H+O38RdxDlCBUpjU/uQqJ3JnAx7LJsDXUOM=; b=hUiXxHoH4dJIe43+6HFXfk5CLjh5hj49ThCI7+sq0+qRuSz9OerdHGwCc00akOx/sF oLDFEQnHWDkilmPiUlZaO+19eeKPlbYwhHxa0kX4xqUjykd7QH7kUopqcYt/iJmiibWm tGSfyXk+UJo2DLh7CHhgzG7DDjNP8oRc8EYmYFe+miCEgAuS46POfTmlt6I02d/0z8LM KzydGUVRLfdmSAlmCQ403V8HfDR4/fSu7wwaYI7COgV04716/iVmgxtWIXhn86xL1Fw6 GlFCiGTLiy8UzSNN7zAKDM5nAnKc7pIg2KmH70HVycup17CfNsIsBqGjoYWE+qBd1z6F xEfA== 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LmndYO51H+O38RdxDlCBUpjU/uQqJ3JnAx7LJsDXUOM=; b=OrZ03aF9g9+kJVYvr8hdvEIkyMBHHwiYN22pfZd7W8QOLtnLd/wgIWq7LxJONKCWBw QKd7TyRK3LXS6cl+YZCvJ0myFbsS2Ty6qX/4qUGKWvOtNt+L8qv4EmgtA+N87f3fVtlj uvDb6XGReErp1K4MEMCUjkwn9j5IIBtEDy65XcUsfctY0Zv27PyOje6cmlVVdjPDHKtd R9VvAcvuxgL0bGibsaDAJNAUGSKRorwiFqyZodgNLR5CiKWaIwQ/lvX5WZvjmcv+sxAf VBBWfiMnTcIbHBSfF2McUY2JzNg3OoBfmEVQ9mEe2DT/j9QWeVhkAOMXw6isGYWWT4UD gC3g== X-Gm-Message-State: AODbwcBhBB0V3bu3aNWqTcZ1+ICekE8je2BCaLQJVRPMst2fP1tbP1gS +HSvAeVrmEHd0hnp X-Received: by 10.99.157.10 with SMTP id i10mr37503250pgd.116.1497097065726; Sat, 10 Jun 2017 05:17:45 -0700 (PDT) Received: from HP ([110.64.91.54]) by smtp.gmail.com with ESMTPSA id o66sm10521591pga.64.2017.06.10.05.17.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Jun 2017 05:17:44 -0700 (PDT) Date: Sun, 11 Jun 2017 04:17:38 +0800 From: Yubin Ruan To: Fernando Milovich Cc: freebsd-questions@freebsd.org Subject: Re: how to know what DNS server is being used Message-ID: <20170610201735.GB3141@HP> References: <80AB0139-6BF5-4B8D-9CCF-1FE445AA26CF@bellsouth.net> <1495679620.341619.987871464.4177A961@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495679620.341619.987871464.4177A961@webmail.messagingengine.com> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Sat, 10 Jun 2017 12:17:46 -0000 On Wed, May 24, 2017 at 11:33:40PM -0300, Fernando Milovich wrote: > cat /etc/resolv.conf Is this the standard? I mean, can a system use some other files to specify their DNS server? -- Yubin