Fix unit test data

This commit is contained in:
Zoltán Papp
2025-09-04 10:24:57 +02:00
parent 0a03145709
commit 0ce32ec527
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ func seedProxyForProxyCloseByRemoteConn() ([]proxyInstance, error) {
closeFn: func() error { return nil },
}
pl = append(pl, pUDP)
wgAddress, err := wgaddr.ParseWGAddress("10.0.0.1")
wgAddress, err := wgaddr.ParseWGAddress("10.0.0.1/32")
if err != nil {
return nil, err
}