Function /settings/dns/get
Function invocation
https://json.aftermarket.pl/settings/dns/get
Function description
Get user default name servers.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
boolean | false | True - default DNS for catched/registred domains, False - default DNS for tasted domains (deprecated and unused) |
Return value
Default name servers (structure with the following fields):
Field name | Type | Description |
---|---|---|
ns1 | string | First default DNS |
ns2 | string | Second default DNS |
ns3 | string | Third default DNS |
ns4 | string | Fourth default DNS |