Browse Source

revert: AllowedIPs = ${allowedIPs}`;

pull/759/head
Philip H 3 years ago
committed by GitHub
parent
commit
4f8d8fb1e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/lib/WireGuard.js

2
src/lib/WireGuard.js

@ -120,7 +120,7 @@ PostDown = ${WG_POST_DOWN}
[Peer]
PublicKey = ${client.publicKey}
PresharedKey = ${client.preSharedKey}
AllowedIPs = ${client.address}`;
AllowedIPs = ${allowedIPs}`;
}
debug('Config saving...');

Loading…
Cancel
Save