Browse Source

fix allowed IPv6

pull/191/head
crazyracer98 3 years ago
parent
commit
af609ddebf
  1. 2
      src/lib/WireGuard.js

2
src/lib/WireGuard.js

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

Loading…
Cancel
Save