mirror of
https://github.com/Drop-OSS/libtailscale.git
synced 2026-07-01 06:41:57 -04:00
40f559c067
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.
366 B
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.