Internet.bs
Configuration
{
"internetbs": {
"TYPE": "INTERNETBS",
"api-key": "your-api-key",
"password": "account-password"
}
}Metadata
Usage
var REG_INTERNETBS = NewRegistrar("internetbs");
D("example.com", REG_INTERNETBS,
NAMESERVER("ns1.example.com."),
NAMESERVER("ns2.example.com."),
);Activation
Last updated