Skip to content

naveednu/fsharp-netutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#F# network utilities

Collection of F# scripts to perform different tasks including whois, nslookup

###Usage

whois - Provide domain name as an argument to whois.fsx

> fsi.exe whois.fsx google.com

nslookup - Provide domain name and query type as arguments to nslookup.fsx (supported query types are: A, AAAA, NS, MX, CNAME, ANY)

> fsi.exe nslookup.fsx google.com MX

> fsi.exe nslookup.fsx yahoo.com A

> fsi.exe nslookup.fsx yahoo.com NS

About

F# network utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages