hostlink/dnslink-php

a client library to connect dnslink

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hostlink/dnslink-php

1.1.0 2021-11-09 08:56 UTC

This package is auto-updated.

Last update: 2025-09-09 16:56:39 UTC


README

add domain

$dnslink=new DNSLink($key);
$dnslink->addDomain("abc.test.com","test.com");

addRecord

$dnslink=new DNSLink($key);
$dnslink->addRecord("abc.test.com","hello","TXT",3600);