tailscale / tailscale-qpkg

Package Tailscale client in QPKG
MIT License
457 stars 38 forks source link

How to built tailscale-qpkg to connect my headscale server #35

Closed byangmath closed 2 years ago

byangmath commented 2 years ago

I want to use tailscale to connect my headscale server in my qnap (x86_64). Are there some ways to do this? Many thanks!

ivokub commented 2 years ago

Hi @byangmath,

I think there should be a way. When you follow the steps in the README, if you instead would use the command

./tailscale -socket var/run/tailscale/tailscaled.sock up --login-server https://your-headscale.example

I do not have a headscale server running nor can not try it out on my remote QNAP. Could you let know if this works?

byangmath commented 2 years ago

Hi @byangmath,

I think there should be a way. When you follow the steps in the README, if you instead would use the command

./tailscale -socket var/run/tailscale/tailscaled.sock up --login-server https://your-headscale.example

I do not have a headscale server running nor can not try it out on my remote QNAP. Could you let know if this works?

Thank you! It works!

ivokub commented 2 years ago

Great!