Skip to content

Instantly share code, notes, and snippets.

@jiz4oh
Created December 30, 2024 03:05
Show Gist options
  • Save jiz4oh/dc12febfe9643afbb2f7ecebc77e1c23 to your computer and use it in GitHub Desktop.
Save jiz4oh/dc12febfe9643afbb2f7ecebc77e1c23 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>tailscale</string>
<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
<string>Background</string>
<string>LoginWindow</string>
<string>System</string>
</array>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/opt/tailscale/bin/tailscaled</string>
<string>--tun=utun1099</string>
<string>--socks5-server=localhost:1099</string>
<string>--outbound-http-proxy-listen=localhost:1099</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/opt/homebrew/var/log/tailscaled.log</string>
<key>StandardOutPath</key>
<string>/opt/homebrew/var/log/tailscaled.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment