Contextualist
Contextualist
Thanks for the report! If Tailscale works for you, you might want to set it to the first transport strategy for acp [in the config](https://github.com/Contextualist/acp/blob/main/docs/advanced.md). If you want to dig...
I see, let's take a closer look at the default strategy then. > it appears it tries tailscale first despite it being second in my strategy config on both devices...
> receiving... > read tcp :51789->:59114: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected...
You can turn on IPv6 by adding `"ipv6": true` in the config file. The location of config file and the complete list of options can be found in [the advanced...
acp is just a single executable file. You can find out the location of the executable file by `which acp` on macOS or Linux, or `(Get-Command acp).Path` on Windows PowerShell....