mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
fix(integration-test): Incorrect peer IP in connection BA
This commit is contained in:
committed by
David Niehues
parent
879a25ec46
commit
82135cce5c
@@ -260,7 +260,7 @@ in
|
|||||||
peerPubkey = staticConfig.peerA.publicKey;
|
peerPubkey = staticConfig.peerA.publicKey;
|
||||||
remoteKeyPath = keyExchangePathBA;
|
remoteKeyPath = keyExchangePathBA;
|
||||||
endpoint = "peerA:${builtins.toString wgPort}";
|
endpoint = "peerA:${builtins.toString wgPort}";
|
||||||
allowedIps = "${staticConfig.peerB.innerIp}/32";
|
allowedIps = "${staticConfig.peerA.innerIp}/32";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs multiPeer {
|
// lib.optionalAttrs multiPeer {
|
||||||
|
|||||||
Reference in New Issue
Block a user