Skip to content

Web7Foundation/DnsServer-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

DNS Server API

Simple API client for DnsServer.

Usage

using DnsServerAPI;

const string ADDRESS = "http://localhost:5380";
const string USER = "admin";
const string PASS = "admin";

string token = await Auth.GetLoginToken(ADDRESS, USER, PASS);

Api api = new(ADDRESS, token);

See /src/Examples for example programs and in-depth usage.

Features

Zones

  • List zones
  • List zone records
  • Add zone
  • Delete zone

Records

  • Add record
  • Delete record

Dns Client

  • Resolve to JSON string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages