On 3/28/23 14:31, Joe Zeff wrote:
On 03/28/2023 02:45 PM, ToddAndMargo via users wrote:
It is not showing my end DNS server or any
dns server at all.  I tried substituting
other IP's including my own lan IP and my
WAN IP (which times out) and no DNS
shows up at all

I get the impression that what you want is the machine that gives you authoritative answers to your dns queries.  If so, there's no one answer, as that depends on which domain you're asking about at any given time.  Look here for an explanation of how it works: https://www.datadoghq.com/knowledge-center/dns-resolution/

I was just wanting to see what DNS I was actually using.

I have this in my /etc/naned/conf

options {
# the following forwarders is Family Friendly Open DNS (no porn sites):
        forwarders { 208.67.222.123; 208.67.220.123; };
};

and

zone "bravesoftware.com" IN {
        type forward;
        forward only;
        forwarders {8.8.8.8; 8.8.4.4; };
};


The purpose is that Open DNS blocks Brave Browser's
Private Window with Tor's name resolution as it
is a work around for viewing pron sites.

Since I do not deliberately go to porn sites,
I use Family friendly Open DNS to protect me
from an funny business and trickery and
me being a kluz with the mosue at times.

But I still  want to be able to use Brave's TOR
private window for looking up stuff that is just
nobody else's business, such as medical things or
things that can be easily misunderstood by law
enforcement, such as the common name for the
polymer polyvinyl carboxy.  (I would not look
it up, except on TOR).

So I was curious as to what DNS was looking up what.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to