mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -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;
|
||||
remoteKeyPath = keyExchangePathBA;
|
||||
endpoint = "peerA:${builtins.toString wgPort}";
|
||||
allowedIps = "${staticConfig.peerB.innerIp}/32";
|
||||
allowedIps = "${staticConfig.peerA.innerIp}/32";
|
||||
};
|
||||
}
|
||||
// lib.optionalAttrs multiPeer {
|
||||
|
||||
Reference in New Issue
Block a user