GithubHelp home page GithubHelp logo

nvivo / arsoft.tools.net Goto Github PK

View Code? Open in Web Editor NEW
17.0 6.0 16.0 383 KB

Automatically generated repository for ARSoft.Tools.Net extracted from http://arsofttoolsnet.codeplex.com/

License: Apache License 2.0

C# 100.00%

arsoft.tools.net's Introduction

Attention

ARSoft.Tools.Net is now available from the creator at https://github.com/alexreinert/ARSoft.Tools.Net

This repository is no longer required and will no longer be maintained. Thanks!

ARSoft.Tools.Net

ARSoft.Tools.Net - C#/.Net DNS client/server, SPF and SenderID Library

This repository is automatically generated from builds made available on http://arsofttoolsnet.codeplex.com/ with the purpose of making it easier to track changes in the sources, since the project doesn't make their repository available.

Sources and release notes are copied from the codeplex pages unmodified.

The scripts to generate this repository are available at https://github.com/nvivo/ARSoft.Tools.Net-Generator

arsoft.tools.net's People

Contributors

nvivo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

arsoft.tools.net's Issues

Support Custom Port for DNSClient

I'd like to request that you support an additional constructor that accepts a custom port for DnsClient. This is particularly useful when using Consul.io as the local DNS agent listens on port 8600.

public DnsClient(IEnumerable dnsServers, int queryTimeout, int port)
: base(dnsServers, queryTimeout, port)
{
IsUdpEnabled = true;
IsTcpEnabled = true;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.