We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I use this this Docker-compose at https://github.com/perara/wg-manager#method-1-docker-compose
When I login with admin, there is no server with wg0, so I generate both keys:
wg genkey | tee privatekey | wg pubkey > publickey
and then manually input keys and endpoint, but wg0 do not start, and by following this post at #74, I run:
apt-get update && apt-get install iproute2
but still failed.
What did I missed please?
where should I get the "import configuration" please?
Thanks
The text was updated successfully, but these errors were encountered:
* Fix for #85 #86
8fb6626
* Fix for perara#85 perara#86
e5100f0
0d3ba13
No branches or pull requests
Hello,
I use this this Docker-compose at https://github.com/perara/wg-manager#method-1-docker-compose
When I login with admin, there is no server with wg0, so I generate both keys:
wg genkey | tee privatekey | wg pubkey > publickey
and then manually input keys and endpoint, but wg0 do not start, and by following this post at #74, I run:
apt-get update && apt-get install iproute2
but still failed.
What did I missed please?
where should I get the "import configuration" please?
Thanks
The text was updated successfully, but these errors were encountered: