Ilya Shipitsin
Ilya Shipitsin
> ## Pull Request Overview > This PR improves cross-platform compatibility, particularly for Windows support, and adds proper resource cleanup throughout the codebase. The changes ensure consistent path handling across...
I would not be that optimistic in getting libsodium to work easily and postpone testing to the next PR
I've tested every combination that came to mind including UNC. all works as expected. I'm fine to merge it, tests can be adopted in the follow up PR
nitpicking: can you also rename "cross" to "windows native" (both workflow file and workflow name). also GOOS is not needed anymore
as @whattheserver mentioned, there's some kind of radius implementation https://github.com/kosztyua/softether-radacct
`Supported: 20.04, 22.04, 24.04, auto` - it was rather by chance. we tried to build againt the most number of platforms supported by GitHub Actions. I also did an urgent...
@imanYazizi can you please try the latest image ?
how is openssl configured and built ? I recall accidental installation from freebsd ports with "assembler optimization" disabled (not in purpose, just checked wrong checkbox), and due to that big...
@sixcorners , can you try the following ? here are defined variables for "run-on-arch" https://github.com/sixcorners/walg/blob/master/.github/workflows/release.yml#L112-L115 I think it does not inherit GOEXPERIMENT from https://github.com/sixcorners/walg/blob/master/.github/workflows/release.yml#L10 can you try adding GOEXPERIMENT ?...