Skip to content
forked from rakelkar/gonetsh

GO wrapper for the windows NETSH tool

License

Notifications You must be signed in to change notification settings

yudaiyan/gonetsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gonetsh

build status

A simple set of GO functions to wrap windows netsh commands. Inspired by the netsh wrapper in kubernetes. Now also provides netroute that wraps route CRUD powershell commandlets.

Build

./build.ps1

Test

./test.ps1

Integration Test

Integration tests actually runs netsh on your machine...

go test -tags=integration -v ./netroute
go test -tags=integration -v ./netsh

About

GO wrapper for the windows NETSH tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Shell 1.3%
  • PowerShell 0.1%