I am torn between ns1, namecheap, cloudns and dnsmadeeasy. I need dnssec for all my zones, primary master/secondary slave support, hidden master with multiple slaves support, etc. I guess I need flexibility. Ns1 is good but is literally 10x the price of dnsmadeeasy to get anything meaningful done there. Dnsmadeeasy and cloudns won’t support dnssec … Read More “Looking for a good managed dns provider” »
submitted by /u/Vegeta9001 [link] [comments] Powered by WPeMatico
I’ve been trying to generate TSIG keys that way I can perform nsupdate on the dns server for the specific zone. After some reading I found out that “ECDSAP384SHA384” algorithm is recommended and that generation of TSIG keys takes a very long time. When I run the following command: dnssec-keygen -a ECDSAP384SHA384 -b 4096 -n … Read More “Generating TSIG keys to perform nsupdate” »
Hello, maybe someone could shed some light here. I own a domain (creativa.hn) I have the nameservers set, but for some reason which I don’t know I am getting other nameservers (svenka) when I check dns. Zonemaster reports ” Parent has nameserver(s) not listed at the child (ns1.svenka.net; ns2.svenka.net). “ But in the domain controller … Read More “Problem with nameservers” »
Is anyone able to help me get my head around this please? In my limited experience, in DNS you have an MX Record of say mail.domain.com and an A record of mail pointing to the server. Then your IMAP server address is mail.domain.com – This is how it’s always worked for all the sites I … Read More “Help to understand MX record setup?” »
submitted by /u/danyork [link] [comments] Powered by WPeMatico
“DNS has unique visibility over network traffic. This naturally makes DNS the first line of defense for any network” in DNS Threat Intelligence for SOC: How It Needs to be Built submitted by /u/ach71 [link] [comments] Powered by WPeMatico
submitted by /u/ximota [link] [comments] Powered by WPeMatico
I keep getting these errors saying “dns server might be unavailable”, “dns server cannot connect to the device or resource” ive tried so much to fix this so if anyone good help you would be a saint, thank you submitted by /u/classicrivenskin [link] [comments] Powered by WPeMatico
Hi there, I have an application which is writen on PHP and Laravel… the applications server has the below .env configurations for the SQL connections however i would like to impliment this solution https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html which helps a better security… DB_CONNECTION=mysql DB_HOST=xxxxx.eu-west-2.rds.amazonaws.com DB_PORT=3306 DB_DATABASE=DBName DB_USERNAME=admin DB_PASSWORD=password I want this to be via an assume … Read More “IAM Database Authentication For Laravel” »