fix(wireguard): ignore IPv6 addresses if IPv6 disabled
This commit is contained in:
3
internal/wireguard/helpers_test.go
Normal file
3
internal/wireguard/helpers_test.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package wireguard
|
||||
|
||||
func ptrTo[T any](x T) *T { return &x }
|
||||
Reference in New Issue
Block a user