# Schema: # role: The type of computer this is. Either "desktop"(also includes laptops), "server", or "phone" # ts # ts.ip4: The node's tailscale IPv4 address # ts.ip6: The node's tailscale IPv6 address [marvin] role = "server" [marvin.ts] ip4 = "100.123.15.72" ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627b:f48" [prefect] role = "server" [prefect.ts] ip4 = "100.93.63.54" ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:625d:3f36" [zaphod] role = "desktop" [zaphod.ts] ip4 = "100.125.9.36" ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627d:924" [thought] role = "server" [thought.ts] ip4 = "" ip6 = ""