Replies: 1 comment
-
Thank you for your feedback and for sharing your scripts! I really appreciate the effort you've put into improving the usability of easy-wg-quick and sharing your thoughts. Here are mine:
This report is an excellent example of how to extend and use the script, but it doesn't fit the scope of a bug report or PR. I will move it to the Discussions section so that others can benefit from your showcase and possibly collaborate further. Thanks again for sharing your ideas and scripts - they provide valuable insight into how the tool is being used! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first thank you for making this tool, it does a great job of automating wireguard configuration!
There a still a few steps which are explained well on/in the README.md web page/file, but still done manually.
I put together 3 very simple shell scripts to automate those 3 steps: (the files are named briefly but descriptive of their function)
(this corresponds to the command lines shown below, and automates them)
Important: Deploy updated wghub.conf configuration to WireGuard with wg-quick:
sudo wg-quick down ./wghub.conf # if already configured
sudo wg-quick up ./wghub.conf
sudo wg show # to check status
I'm attaching the shell script files, which like the original script should have execute permissions
install-easy-wg-quick-prerequisites-debian.txt
clear-easy-wg-quick-configuration.txt
deploy-updated-wghub.conf.txt
Thank you for your creation, and I hope you will seriously consider adding these to the project, I think this makes the tool even easier to use.
Beta Was this translation helpful? Give feedback.
All reactions