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'?