Browse Source

Add `I1-I5` to AmneziaVPN json config

pull/2423/head
ne0x 6 months ago
parent
commit
f7cede3f2d
  1. 5
      src/server/utils/wgHelper.ts

5
src/server/utils/wgHelper.ts

@ -199,6 +199,11 @@ Endpoint = ${userConfig.host}:${userConfig.port}`;
S2: wgInterface.s2,
S3: wgInterface.s3,
S4: wgInterface.s4,
I1: client.i1,
I2: client.i2,
I3: client.i3,
I4: client.i4,
I5: client.i5,
H1: wgInterface.h1,
H2: wgInterface.h2,
H3: wgInterface.h3,

Loading…
Cancel
Save