Michael Stolovitzsky

Results 4 issues of Michael Stolovitzsky

The syncconf method only applies wg(8) configuration that's produced by **wg-quick strip**, which excludes routes and the interface address that would be set up by **wg-quick up** ordinarily. This means...

This is a trivial fix to use `Registry::container()` instead of `app()`. It will break compatibility with WT version < 2.2.x

This enables debugging (using xdebug) in vscode - Make sure PHP debugger and devcontainer extensions are installed - Install docker on your system - In .vscode, copy `launch.json-devcontainer-dist` to `launch.json`...