Replies: 1 comment
|
for native Windows PowerShell launcher you can pass the bind host and port directly. From the Odysseus repo folder, stop the current server and restart it with: powershell -ExecutionPolicy Bypass -File .\launch-windows.ps1 -BindHost 0.0.0.0 -Port 7000Then from another device on your tailnet, open: You can get the Tailscale IP with: tailscale ip -4A few safety notes:
If this should be the default every time, the cleanest approach is probably to create a small local wrapper script that runs the launcher with those flags, rather than editing the tracked launcher directly. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I installed the Windows version using the PowerShell script. I'm using tailscale. I would like to know how to set the default host to 0.0.0.0 and the port so I can use it remotely
Thanks.
All reactions