netclient icon indicating copy to clipboard operation
netclient copied to clipboard

Do you still support FreeBSD?

Open blockloop opened this issue 6 months ago • 0 comments

I see you're no longer uploading FreeBSD binaries. I tried to build it and I got some errors

# github.com/gravitl/netclient/dns
dns/dns.go:81:2: undefined: FlushLocalDnsCache
dns/listener.go:99:10: undefined: SetupDNSConfig
dns/listener.go:121:10: undefined: RestoreDNSConfig
# github.com/gravitl/netclient/wireguard
wireguard/types.go:118:3: undefined: RemoveRoutes
wireguard/types.go:158:4: undefined: RemoveRoutes
wireguard/types.go:159:11: SetRoutes(addrs) (no value) used as value
wireguard/types.go:165:10: SetRoutes(addrs) (no value) used as value
wireguard/types.go:180:3: undefined: RestoreInternetGw
wireguard/types.go:181:3: undefined: SetInternetGw
wireguard/wireguard.go:164:15: undefined: GetDefaultGatewayIp

I don't see any _freebsd.go files either. Have you dropped support for FreeBSD? You have it listed here on the installation instructions.

blockloop avatar Jun 07 '25 22:06 blockloop