Files
libtailscale/swift/Examples/TailscaleKitHello/README.md
T
Jonathan Nobels 40f559c067 Makefile/swift: update Makefile and add support for iOS
updates tailscale/tailscale#13937

Adds a Makefile for building various targets.  Adds support for building
iOS compatible libtailscale_ios.a.   Removes SOCKS5 support for iOS where
it looks like the CFNetwork support is lacking.

Fixes a few unexported symbols in TailscaleKit.

Added macOS sample app.
2025-03-24 14:01:54 -04:00

366 B

TailscaleKitHello

Instructions

First build TailscaleKit:

From /swift:

$ make macos

In TailnetSettings, configure an auth key and a server/service to query.

let authKey = "your-auth-key-here"
let tailnetServer = "http://your-server-here.your-tailnet.ts.net"

Run the project. Phone Home. The output should be the response from the server.