0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

issue #23 peer client preshared key, update dependencies

This commit is contained in:
vx3r
2020-03-18 15:57:15 +09:00
parent 38a284c7c8
commit 200e47b708
12 changed files with 484 additions and 348 deletions

View File

@ -142,7 +142,7 @@ func configClient(c *gin.Context) {
return
}
// return config as png qrcode
png, err := qrcode.Encode(string(configData), qrcode.Medium, 220)
png, err := qrcode.Encode(string(configData), qrcode.Medium, 250)
if err != nil {
log.WithFields(log.Fields{
"err": err,