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

Implement client configuration creation and sending #8

Closed
skoret opened this issue Apr 21, 2021 · 0 comments · Fixed by #14
Closed

Implement client configuration creation and sending #8

skoret opened this issue Apr 21, 2021 · 0 comments · Fixed by #14
Assignees
Projects

Comments

@skoret
Copy link
Owner

skoret commented Apr 21, 2021

there are three way to send client config to user in our system:

  • .conf file
  • plain text
  • qr code

there are two way to create new client config in our system:

  • with new generated key pair by ourselves
  • with placeholder for user's private key

Client file format:
[Interface]
Address =
PrivateKey =
DNS =

[Peer]
PublicKey =
AllowedIPs = 0.0.0.0/0 ?? todo: investigate
Endpoint =

@skoret skoret created this issue from a note in development (To do) Apr 21, 2021
@skoret skoret self-assigned this Apr 21, 2021
@skoret skoret changed the title Implement client file creation and sending Implement client configuration creation and sending Apr 21, 2021
@skoret skoret moved this from To do to Review in progress in development May 4, 2021
@skoret skoret closed this as completed in #14 May 5, 2021
development automation moved this from Review in progress to Done May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant