Merge pull request #4 from alexibraimov/master

Remove duplicate configuration entries in wg0.config
This commit is contained in:
Anton Abramov 2024-09-09 09:39:19 +07:00 committed by GitHub
commit d272d4ea60
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} H2 = ${config.server.h2}
H3 = ${config.server.h3} H3 = ${config.server.h3}
H4 = ${config.server.h4} 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)) { for (const [clientId, client] of Object.entries(config.clients)) {