Results 1 to 5 of 5
-
03-01-2020, 05:41 PM #1
Junior Guru Wannabe
- Join Date
- Nov 2009
- Location
- United States
- Posts
- 76
PowerDNS not showing a CAA record option
Running PowerDNS 4.2.1 with PowerAdmin, MySQL, but it isn't showing a CAA record type option.
I've been searching, but all I find references LDAP.
CAA should be able to be added, as it is a standard entry now a days.
Any help would be appreciated.
-
03-02-2020, 04:32 PM #2
Knowledge is all
- Join Date
- Jul 2005
- Location
- here, there, where?
- Posts
- 4,220
What version of poweradmin?
-Steven | Cooini, LLC
"It is the mark of an educated mind to be able to entertain a thought without accepting it" -Aristotle
-
03-06-2020, 10:09 AM #3
Junior Guru Wannabe
- Join Date
- Nov 2009
- Location
- United States
- Posts
- 76
PowerAdmin 2.1.7
PowerDNS 4.2.1Last edited by StarburstServices; 03-06-2020 at 10:16 AM.
-
03-09-2020, 04:07 PM #4
Web Hosting Master
- Join Date
- Dec 2011
- Posts
- 1,487
PowerDNS doesn't care in the slightest what kind of records you store in its database.
If you have a Resource Record type of SLARTIBARTFAST in your zone and someone requests it, pDNS will answer with it.
Your problem is the web interface you're using - PowerAdmin. You will need to get them to add support for that record type.
In the meantime, just add the record to the zone manually in MySQL.
Code:use pdns; select id from domains where name = 'YOURDOMAINNAME-HERE'; ( record the Domain ID number ) select * from records where domain_id = IDNUMBER; ( look over your current records to see what you're working with ) insert into records (domain_id,name,type,content) values (IDNUMBER,'YOURDOMAINNAME-HERE','CAA','blah blah slartibartfast whatever here');
Last edited by SneakySysadmin; 03-09-2020 at 04:18 PM.
"I've seen spam you people wouldn't believe. Routers on fire off the OCs of AGIS. I watched MXes burning in the dark near the Cyberpromo Gateway. All those moments will be lost in time, like tears in rain. TTL=0."
-
04-04-2020, 06:08 AM #5
Newbie
- Join Date
- Apr 2020
- Posts
- 5
Similar Threads
-
New Wordpress Blog Not Showing "Add New Links" Option
By jani in forum Web Design and ContentReplies: 2Last Post: 04-16-2013, 04:11 AM -
site not showing up.
By tymonhall in forum Dedicated ServerReplies: 2Last Post: 09-04-2001, 09:51 AM -
They do not delete my domain record from their name server
By qollx in forum Web HostingReplies: 8Last Post: 08-29-2001, 08:40 AM -
image is not showing
By mithilesh in forum Dedicated ServerReplies: 1Last Post: 08-10-2001, 10:46 PM -
Just only 1 site not showing up.
By tymonhall in forum Dedicated ServerReplies: 4Last Post: 07-19-2001, 03:18 PM