ive done everything perfectly even checked if the dns is connected which was done and saw the dns in my phone to confirm too but still it s not blocking facebook and social media why submitted by /u/rahim230 [link] [comments] Powered by WPeMatico
Author: firstdns
this is driving me nuts: I recently changed hosting location for a domain so I updated dns records on the registrar panel and waited a few minutes while it propagated around (monitoring with dnschecker.com). All DNSs updated, i tried to connect and I landed on the old hosting. upon research, it turns out my dns … Read More “Help! 1.1.1.1 resolves different IP from two different computers” »
Probably a noob question but I’d appreciate your point of view. I have a domain registered with a registrar (internetbs) This points directly to the hosting (cloudways) which manages all the NS records. Since the email service they offer (rackspace) sucks big time and has servers currently listed in several blacklists (including yahoo and aol) … Read More “Is it better to point the NS records for Google Workspace at domain provider level or at the hosting level?” »
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” »