Fix proxy tests

This commit is contained in:
Zoltán Papp
2025-09-04 13:15:38 +02:00
parent 180b52ba26
commit ccf40fefaf
3 changed files with 5 additions and 3 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
}