Browse Source

revert: AllowedIPs = ${allowedIPs}`;

pull/997/head
Philip H 3 years ago
committed by Julien COSMAO
parent
commit
f31f8d4898
No known key found for this signature in database GPG Key ID: 69153421048939E2
  1. 2
      src/lib/WireGuard.js

2
src/lib/WireGuard.js

@ -126,7 +126,7 @@ PostDown = ${WG_POST_DOWN}
[Peer] [Peer]
PublicKey = ${client.publicKey} PublicKey = ${client.publicKey}
${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' ${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : ''
}AllowedIPs = ${client.address}/32`; }AllowedIPs = ${allowedIPs}`;
} }
debug('Config saving...'); debug('Config saving...');

Loading…
Cancel
Save