easy-wg-quick icon indicating copy to clipboard operation
easy-wg-quick copied to clipboard

modularize a bit, stop generating clients on no args

Open tidux opened this issue 2 years ago • 2 comments

Addresses some of the UX/safety concerns in https://github.com/burghardt/easy-wg-quick/issues/24 .

tidux avatar Mar 14 '22 01:03 tidux

Your changes to default script behavior need to be reflected in unit tests. Therefore, I have merged PR implementing the handling of -h/--help as it had test coverage.

burghardt avatar May 23 '22 13:05 burghardt

Seems you have a failure installing during unit test, from these causing a 404. http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/meta.txz http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/packages.txz

I assume from seeing https://pkg.freebsd.org/

This is because support only goes back to FreeBSD 12

SuitespaceDev avatar Aug 20 '22 09:08 SuitespaceDev

In #105 I added a 10 second timeout after all *.txt files were written but no output files were created.

[...]
No seqno.txt... creating one!
No portno.txt... creating one!
No wghub.key... creating one!
The default configuration is written to text files (*.txt).
If you want to check or change anything, press Ctrl+C for 10 seconds.

burghardt avatar Apr 14 '23 00:04 burghardt