J. Yi
J. Yi
Hi @MMzF7 , we haven't tested it on LXC containers, but from the error message: `The container name "shadowbox" is already in use by another container.`, could you please try...
> @jyyi1 I've updated the SDK - didn't you say some naming changed? What should I fix Basically anytime you see an error: `dialer.Dial undefined (type transport.StreamDialer has no field...
Hi @psychomad , please also try the Outline CLI: https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-cli .
> LGTM But the build seems to be consistently failing.
@qisantanu , please try [Outline CLI](https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-cli), as Kali is not officially supported by Outline Client. @pybotoff , did you try [Outline CLI](https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-cli)? And what was the error?
> > 3. Run sudo ./outline_linux_service.sh {linux_username} > > There is no such file. There is install_linux_service.sh . Yes, this is the correct script name.
Hi @heilkit @iloginov @AdriCQ , the sandbox issue seems to be caused by a known electron bug: https://github.com/electron/electron/issues/41066. You may try these arguments when launching Outline: `--no-sandbox --disable-gpu-sandbox`. And yes,...
Thanks @pffont for the logs. Outline will disable IPv6 when connecting: https://github.com/Jigsaw-Code/outline-apps/blob/13931fa8e3f0a1a40a607c47ec8f45593ff7e474/client/electron/linux_proxy_controller/outline_proxy_controller.cpp#L402 It's weird to see IPv6 routing logs, I'm not sure why. Maybe you can try the outline-cli mentioned...
Hi @databasd , Outline CLI can't use "ssconf://" yet. We do plan to add support for it someday. You may also fork the project and contribute to the [corresponding code](https://github.com/Jigsaw-Code/outline-sdk/blob/main/x/examples/outline-cli/outline_device.go#L51-L56)...
Hi @databasd , Thanks for being willing to help! Our dynamic key parsing logic is [implemented in TypeScript](https://github.com/Jigsaw-Code/outline-apps/blob/70df767ddb3bbb55dc2be4f6e2466917264da29b/src/www/app/outline_server_repository/access_key_serialization.ts#L72-L97), and we need to convert it to Golang: 1. [Change `ssconf://` to...