Remove duplicate configuration entries in wg0.config

This commit is contained in:
Alex Ibraimov 2024-09-08 20:18:13 +06:00 committed by GitHub
parent 7b1e606bc2
commit 4db8dd87cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)) {