Skip to content

HueCodes/gretun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gretun

Go License: MIT Linux

GRE tunnel management CLI for Linux. Uses netlink to create, list, delete, and health-check GRE tunnels.

Install

go install github.com/HueCodes/gretun/cmd/gretun@latest

Or build from source:

git clone https://github.com/HueCodes/gretun.git
cd gretun
make build

Project Structure

cmd/gretun/           CLI entry point and cobra commands
internal/tunnel/      GRE tunnel CRUD via netlink
internal/health/      ICMP health probing
internal/version/     Build version info

License

MIT

About

GRE tunnel manager for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published