Skip to content

C# console application that watches dns hostnames and notifies if anything changes

License

Notifications You must be signed in to change notification settings

AndreasFurster/DnsWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DnsWatcher

Simple application that watches dns hostnames and notifies if anything changes.

Usage

DnsWatcher.exe example.com [example2.com ...]

Download

Download zip from releases and extract to a prefered location. Optionally add DnsWatcher.exe to envoirement path.

Build

dotnet publish --configuration Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:CopyOutputSymbolsToPublishDirectory=false --self-contained 

Example output

.\DnsWatcher.exe google.com bing.com

12/11/2018 5:23:23 PM | google.com --> 172.217.17.110
12/11/2018 5:30:22 PM | bing.com   --> 204.79.197.200

About

C# console application that watches dns hostnames and notifies if anything changes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages