GRE tunnel management CLI for Linux. Uses netlink to create, list, delete, and health-check GRE tunnels.
go install github.com/HueCodes/gretun/cmd/gretun@latestOr build from source:
git clone https://github.com/HueCodes/gretun.git
cd gretun
make buildcmd/gretun/ CLI entry point and cobra commands
internal/tunnel/ GRE tunnel CRUD via netlink
internal/health/ ICMP health probing
internal/version/ Build version info
MIT