Skip to content

Commit

Permalink
Remove duplicate configuration entries in wg0.config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexibraimov authored Sep 8, 2024
1 parent 7b1e606 commit 4db8dd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/WireGuard.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,6 @@ H1 = ${config.server.h1}
H2 = ${config.server.h2}
H3 = ${config.server.h3}
H4 = ${config.server.h4}
Jc = ${config.server.jc}
Jmin = ${config.server.jmin}
Jmax = ${config.server.jmax}
S1 = ${config.server.s1}
S2 = ${config.server.s2}
H1 = ${config.server.h1}
H2 = ${config.server.h2}
H3 = ${config.server.h3}
H4 = ${config.server.h4}
`;

for (const [clientId, client] of Object.entries(config.clients)) {
Expand Down

0 comments on commit 4db8dd8

Please sign in to comment.