Simple DNS Plus .NET API 1 (Downloads: 241)
API written in VB.net which allows for easy communication with Simple DNS Plus The API consists of two classes "sdnsNetAPI" and "zone". The sdnsNetAPI class contains all needed functions to interact with Simple DNS Plus. The zone class is just a definition for a dns zone. To create a new zone called "mynewdomain.com" on your primary and your secondary (if available) nameservers, just use the zone constructor and provide the zone information, i.e:
Dim sdpApi As New sdnsNetAPI("ns.yournameserver.co...
|