I made a simple Unbound blocklist generator: #!/bin/sh { printf “use-application-dns.netn” curl -s https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts } | tr -d ‘r’ | tr ‘[:upper:]’ ‘[:lower:]’ | sed ‘s/s*#.*//g’ | sed -r ‘/(/).*$/d’ | sed -r ‘s/^.*s+//g’ | sed ‘/^$/d’ | sed -r ‘/([^.]+.)+[^.]{2,}/!d;/[^a-zA-Z0-9._-]/d;s/.$//;/.$/a’ | sed -z ‘s/^localhost.localdomainn//g’ | sort -u | awk ‘{print “local-zone: ” $1 ” … Read More “Unbound blocklist generator” »
Recently without major changes in the network, we noticed that several machines (but not all) are not dropping old DNS, therefore dropping OUT of the DNS pool. The end-users don’t notice but our tools (like PDQ) suddenly can’t see these machines anymore. It’s rather annoying as it’s not creating any really interesting logs (end user … Read More “Strange DNS issues” »
I have a suite of tools hosted across a few servers. I can currently get to those servers with URLs like “..tps://tools-01/MME/MME-Query.php” and “..tps://tools-03/HSS/HSS-Query.php” I have access to the DNS server and was wondering if I could just have something that was like: “..tps://MME-query/” which redirected to the full MME query tool. submitted by /u/EvilVegan … Read More “Is it possible/easy to create FQDNs that point to specific pages just/mostly using DNS?” »
I need a DNS recurser that I haven’t deployed yet to learn.Is there a DNS recurser like bind9, unbound, knot, powerdns.Thanks a lot. submitted by /u/Gdong1203 [link] [comments] Powered by WPeMatico
The following is a snippet of my current Unbound.conf file: chroot: “/etc/unbound” username: “_unbound” auto-trust-anchor-file: “/etc/unbound/root.key” This works great. However, if I want to use the root.key file provided by my Linux distribution, /etc/dns/root.key, I can’t due so if using the Unbound chroot option. The following doesn’t work, and produces root.key related errors in syslog. … Read More “Unbound, how to include /etc/dns/root.key inside Unbound chroot?” »
I have a internet connection on greece , and when I search for the default dns it show me a DNS with name (local network nameserver). What is that and why it doesn’t say a name of a popular company internet provider for example ( cosmote) Thanks for your comments!.. submitted by /u/GRteo7 [link] [comments] … Read More “A question about dns ??” »
Hi, bluehost is my domain registrar and is also hosting my domain emails but my WP site is hosted at another provider, say B, with a different IP address. I changed my DNS A record to point to IP address of B. Now when I try to send email from WP site, it gets stuck … Read More “Email issue from my WordPress site” »
Hi DNS experts, I am seeking advice on finding a good registrar for my domains. I am looking for a “pure” registrar without any other functionalities provided or required. DNS hosting will not be at the registrar but delegated to a premium DNS provider, so will any domain-related services like web hosting, email hosting and … Read More “Looking for “pure” registrar” »
What does it mean when someone says “DNS is pointing at…” or “where is DNS pointing?” Are they referring to the DNS server IP address that is being used or something else? I’m confused on what the term “pointing” actually indicates. Thanks in advance submitted by /u/Striking-Upstairs-44 [link] [comments] Powered by WPeMatico
I work on a free and open source project focused on bringing zero trust networking and SDN principles directly into any application. It’s called OpenZiti. One of OpenZiti’s killer features, a superpower, is “Private” DNS. We have a suite of tunneler applications for all popular OSs, incl. Windows. We wrote a blog on it – … Read More “Private DNS on Windows (via an open source overlay network)” »