Skip to content

shrikantpatnaik/go-openvpn-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-openvpn-status

A simple parser for parsing OpenVPN status files

See go-doc.

Usage

status, _ := openvpnStatus.ParseFile("examples/server.status")

fmt.Printf(status.UpdateAt)

fmt.Printf(status.ClientList)

For more you can see the openvpnStatus.go file and look at the structs in the top of the file

About

OpenVPN Status File Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages