mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-19 01:43:56 +02:00
fix(wireguard): ignore IPv6 addresses if IPv6 disabled
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package wireguard
|
||||
|
||||
func ptrTo[T any](x T) *T { return &x }
|
||||
Reference in New Issue
Block a user