Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QrCode not correctly formated #280

Closed
MisterTdog opened this issue Dec 10, 2023 · 0 comments · Fixed by #282
Closed

QrCode not correctly formated #280

MisterTdog opened this issue Dec 10, 2023 · 0 comments · Fixed by #282

Comments

@MisterTdog
Copy link

Problem/Motivation

I configured Home Assistant using Wireguard a long time ago. Everything was properly working until I changed my phone: trying to import a QrCode in the Wireguard client app on Android and I code the following error: missing attrbitue PrivateKey

Expected behavior

The PrivateKey attribute should be in QrCode

Actual behavior

The PrivateKey attribute doesn't seem to be in the QrCode

Steps to reproduce

`host: xxxxxxxxxx.duckdns.org
addresses:

  • xxx.xxx.xxx.1
    dns: []
    private_key: `

`- name: phone1
public_key:
addresses:
- xxx.xxx.xxx.4
allowed_ips: []
client_allowed_ips: []

  • name: phone2
    public_key:
    addresses:
    • xxx.xxx.xxx.3
      allowed_ips: []
      client_allowed_ips: []
  • name: phone3
    public_key:
    addresses:
    • xxx.xxx.xxx.2
      allowed_ips: []
      client_allowed_ips: []
      `

Proposed changes

How can I set up my client?

@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant