可以将tailscale与WSL一起使用吗?我想建立一个私有网络,其中包括无线用户线系统,并为私有网络中的任何设备提供jupyter notebooks服务。我要使用ip地址或DNS名称引用笔记本的服务器。
发布于 2021-12-03 04:07:42
Tailscale使用以下步骤处理WSL:
hostname,例如hostname my-systemname-wsl-ubuntu-20-04。Restart WSL terminals.sudo tailscaledsudo tailscale up.jupyter notebook --ip $HOSTNAMEhttps://stackoverflow.com/questions/70209431
复制相似问题