fix(wireguard): fix detection of kernelspace wireguard

This commit is contained in:
Quentin McGaw
2026-01-20 15:40:59 +00:00
parent a10349e378
commit 857fe425ec
10 changed files with 31 additions and 62 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ type NetLinker interface {
Router
Ruler
Linker
IsWireguardSupported() (ok bool, err error)
IsWireguardSupported() bool
}
type Router interface {