DNS library ​
No description available
Classes ​
Functions ​
mnscript
StringResult DNS.BindDomainToIP(Secret, string)
- Binds the terminals IP to the domain by creating an IP record. See https://portal.civilnetworks.net/maxnet/domains for more information
mnscript
StringResult DNS.CreateRecord(Secret, string, string, string, string, number)
- Creates or updates a record on a domain. See https://portal.civilnetworks.net/maxnet/domains for more information
mnscript
StringResult DNS.DeleteRecord(Secret, string)
- Deletes a record on a domain. See https://portal.civilnetworks.net/maxnet/domains for more information
mnscript
Domain DNS.LookupDomain(string)
- Looks up a domain by its name. ( E.G mnscript.com ) This operation is slow.
mnscript
DomainRecord DNS.LookupRecord(string, string)
- Retrieves a domain record from a domain. See https://portal.civilnetworks.net/maxnet/domains for more information
mnscript
StringResult DNS.ResolveDomain(string)
- Resolves an IP from a domain name. See https://portal.civilnetworks.net/maxnet/domains for more information
mnscript
StringResult DNS.UnbindDomainToIP(Secret, string)
- Unbinds the terminals IP from the domain by removing an IP record matching the terminals IP. See https://portal.civilnetworks.net/maxnet/domains for more information