mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 04:40:06 +03:00
Merge pull request #4 from alexibraimov/master
Remove duplicate configuration entries in wg0.config
This commit is contained in:
commit
d272d4ea60
1 changed files with 0 additions and 9 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue