softether-go/go.mod
Git Sagar 829ca73b1b initial commit: standalone SoftEther VPN client in Go
Built-in DHCP (raw Ethernet frames through tunnel), automatic reconnection,
host route management, classless static routes (option 121/249), DNS config.
Single static binary, Linux only.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-06 16:13:51 +05:30

5 lines
84 B
Modula-2

module git.sagar.ch/sagar/softether-go
go 1.24.5
require golang.org/x/sys v0.33.0