Skip Menu |

This queue is for tickets about the API-DirectAdmin CPAN distribution.

Report information
The Basics
Id: 79514
Status: resolved
Priority: 0/
Queue: API-DirectAdmin

People
Owner: CHIPSOID [...] cpan.org
Requestors: kes-kes [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.09



Subject: Need more examples
my $reult = $da->dns->add_record({ domain => 'domain.com', type => 'A', name => 'subdomain', # will be "subdomain.domain.com." in record value => '127.127.127.127', }); In doc there is no examples how to add MX records. What parameter name is for 'priority'?
add two examples with MX records